Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 223 Bytes

File metadata and controls

6 lines (4 loc) · 223 Bytes

React Webpack Starter Kit

To begin:

  • First, run npm install to install required dependencies.
  • Then, to begin webpack-dev-server, run npm run serve. This will execute the 'serve' script in the package.json file.