Development

This application uses webpack for building the modules and providing hot module replacement, as well as a dev server.

To build the project:

npm run build

To run webpack in watch mode:

npm run watch

To run the devserver:

npm run dev