This is my simple template for creating new webpack based projects. The purpose of this repo is to provide a quick, cloneable, starting point for new projects.
This is an open source project under the MIT license, see LICENSE.md for additional information.
git clone https://github.com/zackurben/webpack-template.git my-project
npm run lint
Format the codebase with prettier.
npm test
Run the tests with jest.
npm run watch
Watch code changes to trigger new webpack builds.
npm start
Start the webpack dev server and watch for any file changes. This will open your default browser to http://localhost:8080/
npm run build
Build the production dist files for the js bundle.
- Author: Zack Urben
- Twitter: https://twitter.com/zackurben (better)
- Contact: [email protected]