Skip to content

vianch/talker

Repository files navigation

Angular2 chat made with Webpack Sass TypeScript Angular2 Skeleton Mockup by Matt Thompson IM-Chat-Dashboard-PSD

Features

  • 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:

Download

  • Clone the repo: git clone https://github.com/vianch/talker.git

Getting started

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

NPM tasks

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

About

A chat board

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages