Skip to content

staszekj/angular2-workshop-feb2016

Repository files navigation

Download

Install

# clone our repo
git clone https://github.com/staszekj/angular2-workshop-feb2016.git

# change directory to our repo
cd angular2-workshop-feb2016

# install the repo with npm
npm install

Git

# remove local changes
git reset --hard

# switch to branch
git checkout <master, stage1, stage2, etc>

Build

# Prepare `dist` directory 
npm run build

Run dist directory

# Prepare `dist` directory 
npm run server:prod

Go to: http://localhost:8080

Run dev mode

# start server and watching the code changes
npm start
# or
npm run server:dev

Go to: http://localhost:3000

Run tests

# run unit tests ( Chrome browser is required )
npm test

Links

Working application

After workshop. Survey
After workshop. Links to docs and comments

About

Repo prepared for angular2 workshop (Feb 20, 2016)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published