Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 393 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 393 Bytes

Webpack Frontend StarterKit

Quick start

  1. Clone this repo using git clone --depth=1 https://github.com/vladimirschneider/boilerplate.git <YOUR_PROJECT_NAME> or click on Use this template button on github
  2. Move to the appropriate directory: cd <YOUR_PROJECT_NAME>
  3. Run build

Scripts

Production

npm run start:prod

Development

npm run start:dev