Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 605 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 605 Bytes

react-base-bundle

An initial package for ReactJS. This structure is a basis for projects with specific configurations and that cannot use the standard create-react-app starter package or that would need to use the eject to customize the webpack.

Environment

In terminal

  • Open the terminal in project
  • Run yarn install
  • Run yarn dev to build webpack mode development or yarn build to build webpack mode production

Reference - GoStack Rocketseat 🚀