Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 684 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 684 Bytes

Webpack Boilerplate

This is a webpack boilerplate project for starting a simple FE project with some helpfull tools.

Up an running

To get up and running with this starter you need to:

  1. clone it
  2. install dependencies
  3. run the apropriate node command

1. Clone the repo

In your work directory type

git clone git@github.com:eyalella/webpack-boilerplate.git

2. Install dependencies

You can install all dependencies by running

cd webpack-boilerplate
npm i

3. Run it

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