Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 761 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 761 Bytes

AthenaJS webpack starter template

The aim of this repository is to provide a template for developing AthenaJS based applications using ES6 syntax and webpack as a module bundler.

Features

Usage

  • 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