The aim of this repository is to provide a template for developing AthenaJS based applications using ES6 syntax and webpack as a module bundler.
- Compiles ES6 (with Babel)
- Build with webpack
- Develop locally with webpack-dev-server
- Download the files and place them in your project directory
- Run
npm ito install the dependencies - Run
npm run buildto build the project - Run
npm startto build the project in dev mode, start watching files and run the local server - Run
npm testto run the tests once