/webpack_babel_template

Use this to get started with Webpack and Babel to run with Hot Module Reloading (HMR)

Primary LanguageJavaScript

Basic Template for Running Webpack and Babel 7 with HMR.

You can read more about this setup in my blog post here. You should be able to run npm install, followed by npm build to test and make sure the build works for our code. To run on development server run npm run start and the development server will fire up using webpack-dev-server.

Hope you found this useful!