Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 403 Bytes

File metadata and controls

23 lines (14 loc) · 403 Bytes

Skeleton app with Node.js + express + angular

Requirements

Installation

  1. git clone https://github.com/avraf/projectF.git
  2. cd projectF
  3. npm install
  4. node app.js
  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