Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 688 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 688 Bytes

Next-1.0

Node js RIA framework

This is an Node js Framework built using RIA architecture

Requirements

Installation

  1. Clone the repository: git clone https://github.com/nivendha/Next-1.0.git or download it.
  2. Open the node console ,install the NodeJS dependencies: sudo npm install(for MAC) / 'npm install'(for Windows). This will build all the server side js that are needed into the 'node modules directory' as per said in package.json.
  3. Install bower as 'npm install -g bower' (if not installed)
  4. Start the server by saying 'node start'