Skip to content

taygoinc/NodeJs_Express_EmptyProjectTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS_Express_EmptyProjectTemplate

  1. Navigate to the directory you'd like to create your project

  2. Clone & pull NodeJS_Express_EmptyProjectTemplate from the remote repository

  3. Run the command line (this will install all the dependencies in the package.js):

    $ npm install

  4. install nodemon globally (nodemon helps with on the fly code change reflection for a running app)

    $ npm install -g nodemon

  5. Run the app

    $ nodemon server.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published