1.1.2 • Published 10 years ago
generator-lightweight-webapp v1.1.2
Lightweight webapp generator
Yeoman generator to create lightweight webapps with high potential
Getting started
- 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