A starter front-end project with ES6 and Webpack.
Install dependencies
$ yarn
# ... or ...
$ npm install
Start the development server
$ yarn dev
# ... or ...
$ npm run dev
Server running at http://localhost:3000
Build for Production
$ yarn build
# ... or ...
$ npm run build
MIT © Ridwan Ikhsan