Logic less UI prototyping with nodejs
- Install nodejs
- Git clone logicless-prototypr
- Install node packages: npm install
- Install bower packages:
bower install
- If error then try to install bower globally: npm install -g bower
- Run grunt job to initialize project:
grunt init:dev
- If error then try to install grunt globally: npm install -g grunt-cli
- Run grunt job to compile resources: build:dev
- Start node server: node server.js
Open browser at: http://localhost:3000/simple or http://localhost:3000/article or any name from views folder
- Create a file in views folder as handlebars template
- Create a json file with similar name in models folder for the template
- Run server and check the results in browser
PS: This is a WIP (Work in Progress)