/ecsy-three-webpack

INACTIVE - Boilerplate project for ecsy-three and Webpack

Primary LanguageJavaScriptMIT LicenseMIT

ecsy-three Webpack Boilerplate

This is a simple boilerplate project for getting up and running with ecsy-three and Webpack.

Getting Started

Clone the repository and run:

npm install

To start the webpack-dev-server run:

npm start

To build the production ready bundle run:

npm run build

The bundled code will be output to the /dist directory.

To deploy to Github Pages run:

npm run deploy

View Live Demo