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.
- 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 🚀