philippe-levan / angular-tourofheroes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 2 quick start

# in a bash
docker-compose build
docker-compose up
# in another bash
docker exec -ti tourofheroes_angular_1 bash

# we are using yarn instead of npm because of the .lock file.
yarn install

# if needed compile ts files manually
# ./node_modules/.bin/typings install

yarn start

About


Languages

Language:TypeScript 53.3%Language:JavaScript 27.2%Language:HTML 14.5%Language:CSS 4.3%Language:Shell 0.7%