Skip to content

eliasjanuario/react-base-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 🚀