First, install Yeoman and generator-tssoft-aspnet-frontend using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g git+https://github.com/tssoft/aspnet-frontend-yo-generator.git
Second, install Bower. It's required for some packages.
npm install -g bower
Then generate your new project:
yo tssoft-aspnet-frontend
Target frameworks:
Used npm packages
Single:
- gulp jscs
- gulp lint
- gulp tdd — starts Karma
- gulp test — starts Karma with singleRun flag
- gulp less
- gulp babel
Multiple:
- gulp — starts Babel, Less, ESLint and JSCS
- gulp check — starts ESLint and JSCS
MIT © TS Soft