README
A short stack featuring AngularJS, TypeScript, Sass, and Jade.
Requirements
- Git
- NodeJS
- Gulp cli (npm i gulp -g)
- Bower (npm i bower -g)
- Typings (npm i typings -g)
Installation
First, install Yeoman and generator-short-stack using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-short-stack
Then generate your new project:
yo short-stack
Getting started
The generator will install your dependencies so all that's left to do is get started.
Run "gulp" to build out all files for the first time and start up the server which watches your files for changes. Additional commands are available for specific tasks, see gulpfile.js
Gulp tasks
gulp
License MIT © Matthew Sanderson