Website developed to store personal recipes
Node.js
JavaScript
HTML5
CSS
SQLite
- Clone this repo to your local machine using:
$ git clone https://github.com/ArthurPaes/Recify.git
Enter the folder:
$ cd Recify
Execute
yarn
ornpm instal
to install all the dependencies
$ yarn
$ npm install
Start the project:
$ yarn start