Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

INACTIVE - A simple boilerplate project for getting up and running with ECSY and Webpack.

License

Notifications You must be signed in to change notification settings

MozillaReality/ecsy-webpack-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECSY Webpack Boilerplate

This is a simple boilerplate project for getting up and running with ECSY 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