Skip to content

gitfrosh/react-mobx-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-mobx-starter

The code base provides a minimal starter kit / boilperplate to begin a new React project.

what's included

  • create-react-app: The project is built on this famous framework with no build configuration. Just start hacking!
  • react-app-rewired: Make decorators (@) work and tweak the create-react-app webpack config(s) without using 'eject'.
  • Ant Design: The beautiful AntD UI Framework is already included.
  • MobX: Simple, scalable states: Manage them in stores and inject them wherever you need them.
  • react-router-dom: Routing made easy.

installation

$ yarn install

starting

$ yarn start

The app will start on http://localhost:3000.

start building

  • Continue building Home.js. An example for state management with MobX stores is already included.
  • Add more routes in App.js for multiple sub pages.
  • Happy hacking!

About

The code base provides a minimal starter kit / boilperplate to begin a new React project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published