Yeoman generator to create lightweight webapps with high potential
- Install npm
- Install yeoman (yeoman.io) with
npm install -g yo bower grunt-cli gulp
- Install this generator with
npm install -g generator-lightweight-webapp
- Scaffold your app by running
yo lightweight-webapp
- Get all your dependencies sorted by running
npm install
- Start the live-reload server with
grunt server
- Build your app