This project need of NodeJS installed on your machine.
If you dont have one of these packages on your computer, follow the steps:
Download and install
Now we have the basic for execute the project.
Open a Terminal in the same directory of package.json file and run the command:
$ npm install
After install all dependencies, you are ready for start the project.
$ npm run dev
$ npm run prod
- For stop the production server: npm run stop-prod.