-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Yann Cedric edited this page Oct 1, 2018
·
2 revisions
Make sure to have a recent version of nodejs (9 or more), as well as npm (or yarn).
- Move into the /frontend folder.
- Run the command
npm install. - To run the application, run
npm start.
- Move into the /backend folder.
- Run the command
npm installto install dependencies. - To run the application, run
npm start.