An inbox app making use of a combination of Angular and React
- Install
http-server
withnpm install -g http-server
- Install dependencies with
npm install; bower install
- Run
http-server
in the main directory - Navigate to
http://localhost:8080
- Install
gulp
withnpm install -g gulp
- Install dependencies with
npm install; bower install
- Run
gulp dev
to watch updates to./main.jsx