Starting point for web projects using vanilla javascript & webpack.
Run npm start
to start a development server, open a browser & watch for changes.
Run npm run build
to create a production ready build in the dist
directory.
Run npm run profile
to profile the production build.