Node js RIA framework
This is an Node js Framework built using RIA architecture
- Clone the repository:
git clone https://github.com/nivendha/Next-1.0.git
or download it. - 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. - Install bower as 'npm install -g bower' (if not installed)
- Start the server by saying 'node start'