This is the version live on the web at GreenStand.org
###The code for the website is to be found in the /dist directory reasons for choosing angular for such a simple website
- I wanted to!
- More seriously, the website will very likely grow a bit and it will be easy to add features with angular
- other branches of this repo already have some other features check them out if you like.
to check the project out
- Install node and npm
- Install Angular CLI
- clone the repo
- run
npm install
in the console - run
ng serve
and open a window in your browser at localhost:4200 - Oh yeah, make sure you have a code editor like VS Code or Atom
- start coding and see what happens!