Skip to content

Skeleton for a webserver application with serverside template rendering

License

Notifications You must be signed in to change notification settings

dragonnodejs/webserver-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DragonNode.js Webserver Skeleton

Development

  • Install Node.js

  • Git clone the repository dragonnodejs/webserver-skeleton

  • Open terminal, switch to the directory and execute:

    npm install

    PORT=%PORT% npm run start-watch

  • Git commit/push into the master after changes

Production

  • Set environment variable "NODE_ENV" to "production" to enable cache for swig templates and language data

Try it online

https://webserver-skeleton.herokuapp.com

About

Skeleton for a webserver application with serverside template rendering

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published