This is a webpack boilerplate project for starting a simple FE project with some helpfull tools.
To get up and running with this starter you need to:
- clone it
- install dependencies
- run the apropriate node command
In your work directory type
git clone git@github.com:eyalella/webpack-boilerplate.git
You can install all dependencies by running
cd webpack-boilerplate
npm i
You can run it by typing in the command line
npm run start
To produce a distributable build package run
npm run build
Enjoy
</> with ❤ by Eyal Ella