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

fsmaiorano/nodejs-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.