A Playground for Testing Ideas in Angular
This is a Playground for (t)esting. Below are very basic steps StackBlitz Bootstrap example, which I use to build new projects on Github. It has the necessary .travis file.
wget https://github.com/mchirico/t/archive/blitz0.zip
unzip blitz0.zip
cd t-blitz0
npm install
# or
yarn install
yarn upgrade
# Run tests (ctl-c to end)
ng test
# Run basic page (ctl-c to end)
ng s -o
# Example of push to remote repo sproject.git
git init
git commit -m "first commit"
git remote add origin git@github.com:mchirico/sproject.git
git push -u origin master
# Show results
git remote show origin
You find a simple http StackBlitz example here.
git clone git@github.com:mchirico/t.git
cd t
npm install
# To checkout no Firebase
git checkout tags/noFirebase -b working