Skip to content

A basic nodejs site, with websockets, and a git hook to manage versioning and minfiying js & css files

License

Notifications You must be signed in to change notification settings

iPenguin/nodejs-site-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use:

Setup a webserver point the html directory to the client folder.

To run in a test environment use npm start in the main project folder.

To run in a production environment install pm2

sudo npm install pm2 -g

and use pm2 to manage and launch the application.

sudo pm2 start server

To run the application on system startup use:

pm2 startup ubuntu

or substitute your distro, this will generate a command for you that you will need to copy and run.

once you have successfully run the command the node.js application will run on startup.

About

A basic nodejs site, with websockets, and a git hook to manage versioning and minfiying js & css files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published