Skip to content

ruk93/react-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with React Boilerplate

This boilerplate follows feature based architecture which includes following configurations,

  1. Mobx
  2. Inversify
  3. Material UI V5
  4. Axios

This project was bootstrapped with Create React App.

Available Scripts

  • yarn start - Start the application
  • yarn build - Build the application
  • yarn build:configs - Build Static configurations (this will execute along with yarn start also.)
  • yarn build:scripts - Build CLI scripts ( this will execute along with yarn install. )

Available Generator Scripts

  • yarn make:feature <name> - Start the application
    • boilerplate new feature to the application with given name

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.