This template contains a simple app with this features
- ES6 Support
- Dockerized
There is a Makefile for this:
make image
: Build a image for developmake serve
: Lift app on port 3000 in developmake dist
: Build image with nginxmake test
: Unit testing with PhantomJSmake lift
: Lift app on production
yarn
ornpm install
bower install
gulp serve
: To lift app on port 3000 in developgulp test
: To run unit testinggulp dist
: Build app on dist folder