/react-starter

starter React app with babel and webpack

Primary LanguageJavaScript

  • npm install to install the dependencies
  • open two tabs in terminal
  • In one tab run npm start (this runs live-server)
  • In the other tab run npm run react-dev (transpiles your React code and creates an output bundle)