-
Notifications
You must be signed in to change notification settings - Fork 6
System Manual
gumityolcu edited this page Jan 6, 2019
·
2 revisions
In order to get backend working, you have to install node. You can consult their website for instructions on how to do this for different operating systems.
After this, navigate to the backend folder in terminal and run npm install
Finally, run npm run start:prod to run the server on PORT 80 and npm run start:dev to run it on PORT 3000.
In order to get the frontend up on its feet, you first need to install angular. After this, you need to install ionic.