This repository contains a simple application built with Angular in ES5.
The goal is to migrate this application to ES6.
The first person to have it live and running wins!!
To deploy it, you can use surge.sh (npm run deploy
)
- Webpack
- Babel
- nodemon
- live-server
- surge
- Karma
git clone https://github.com/Philos-io/hackjam-es6-angular-london.git
&& npm install
Now you can run your application by running: npm start
In order to use ES6 you should run npm run build
Have fun!