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 i
to install the dependencies - Run
npm run build
to build the project - Run
npm start
to build the project in dev mode, start watching files and run the local server - Run
npm test
to run the tests once