Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 488 Bytes

File metadata and controls

26 lines (16 loc) · 488 Bytes

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