Skip to content

React boilerplate with Mobx, Typescript, Hot Reload and Styled Components

License

Notifications You must be signed in to change notification settings

credifit-br/react-mobx-typescript-boilerplate

 
 

Repository files navigation

React boilerplate with Mobx, Typescript, Hot Reload and Styled Components

Getting Start

  • Clone the repository
git clone --depth=1 --single-branch --branch master https://github.com/danilomartinelli/mobx-react-router4-typescript-sass-boilerplate.git <project_name>
cd <project_name>
npm install
  • Run the project
npm run dev

Navigate to http://localhost:3000

Features

  • React 16.7
  • React Hot Loader
  • Mobx 5
  • React Router 4
    • React Router DOM
  • Styled Components 4.1.3
  • Source Map
  • Typescript 3.2.4
    • ESNEXT
    • Linter
  • Webpack 4.16.2
    • Uglify
    • Imagemin

TODO

  • Implement React Router DOM
  • Implement Demo Page
  • Implement React Hot Loader
  • Implement favicon plugin
  • Remove Babel
  • Implement Styled Components
  • Implement Jest
  • Implement SSR

About

React boilerplate with Mobx, Typescript, Hot Reload and Styled Components

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 73.4%
  • JavaScript 23.8%
  • HTML 2.8%