YoginAlex / angularattack2016-icons8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icons8 hackaton - Fitzpatrick

How to start

Note that this seed project requires node v4.x.x or higher and npm 2.14.7.

Here is how to speedup the build on Windows.

In order to start the seed use:

git clone --depth 1 https://github.com/mgechev/angular2-seed.git
cd angular2-seed
# install the project's dependencies
npm install
# watches your files and uses livereload by default
npm start
# api document for the app
npm run build.docs

# dev build
npm run build.dev
# prod build
npm run build.prod

Does not rely on any global dependencies.

About

License:MIT License


Languages

Language:CSS 49.5%Language:TypeScript 28.5%Language:HTML 13.6%Language:JavaScript 8.3%