CastawayLabs / ng2-skel

Angular2 front-end development skeleton/seed
0 stars 1 forks source link

Angular 2 (TypeScript + Pug + SCSS) Skeleton

Usage

$ git clone git@github.com:CastawayLabs/ng2-skel project-name
$ cd project-name
# don't forget to edit package.json to update metadata

$ npm install

# some npm scripts
$ npm run make           # runs webpack and compiles project to dist
$ npm run make:prod      # same, but production version
$ npm run watch          # runs webpack in watch mode
$ npm run clean          # cleans up npm logs and dist/ dir
$ npm run clean.repo     # full clean-up, including nuking node_modules
$ npm run lint           # lints all JS and TS code in project

Notes

To do