- Development folllows git-flow
- We use Babel for ES6 and ES7 code compilation
- All development should take advantage of ES6 and ES7
You will need the following things properly installed on your computer.
git clone <repository-url>this repository- change into the new directory
npm installbower install
npm installorsudo npm installbower installorsudo bower install
npm start
Visit http://localhost:7770/
npm test
npm run build
