Skip to content
This repository was archived by the owner on Aug 13, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 280 Bytes

File metadata and controls

10 lines (8 loc) · 280 Bytes

React Webpack Example

This is how to start a react and webpack based app along with using reactstrap for bootstrap integration and jest for testing

Commands

  • start = react-scripts start
  • build = webpack -d
  • test = jest
  • eject = react-scripts eject (idk what this does)