Angular2 chat made with Webpack Sass TypeScript Angular2 Skeleton Mockup by Matt Thompson IM-Chat-Dashboard-PSD
- Angular2 with typescript and webpack
- Webpack config file with all basic needs
- Component based file and folder structure
- A Sass library of commonly used mixins
- TSLINT json file
- Included libraries:
- Clone the repo:
git clone https://github.com/vianch/talker.git
Step 1. Install NodeJS
Step 2. Install if you need it Webpack
$ npm install --g webpack
Step 3. Install DefinitelyTyped/tsd
$ npm install tsd -g
Step 4. Install typings
$ cd path/to/project
$ tsd install
Step 5. Install the npm dependencies
cd path/to/project
npm install
There are two webpack tasks; start
and npm run webpack-dev
.
start
is the default task which will compile all files with webpack plus minified
webpack-dev
is the same but with watcher and no minified
clean
remove files from dist/js folder