Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 843 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 843 Bytes

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)

Tools:

Join the chat at https://gitter.im/Philos-io/hackjam-es6-angular-london

  • Webpack
  • Babel
  • nodemon
  • live-server
  • surge
  • Karma

How to use the repository

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!

Philos Team