saitodisse / react-mobx-typescript-boilerplate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:TypeScript 74.4%Language:JavaScript 23.0%Language:HTML 2.7%