Skip to content

TGNC/node-skeleton

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skeleton app with Node.js + express + angular

Requirements

Installation

  1. git clone git@github.com:forter/node-skeleton.git
  2. cd node-skeleton
  3. npm install
  4. npm start
  5. Go to http://localhost:3000
  6. Enjoy life.

Usage

Add routes to server in: server/routes.js

Main angular module: client/app.js

Main html file: client/index.html

Development

Run npm run watch to watch all files in server directory

About

Skeleton node project with nodejs/express/angular

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.7%
  • CSS 40.1%
  • HTML 15.2%