Skip to content
This repository has been archived by the owner on Feb 14, 2019. It is now read-only.

Latest commit

 

History

History
39 lines (23 loc) · 600 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 600 Bytes

NodeJS-Skeleton

Dependencies

This project need of NodeJS installed on your machine.

If you dont have one of these packages on your computer, follow the steps:

NodeJS

Download and install

https://nodejs.org/en/

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.

Enviroments

Development

$ npm run dev

Production

$ npm run prod
  • For stop the production server: npm run stop-prod.