Skip to content

A React + Redux + TypeScript + HOT + Webpack + Material-UI + Sass boilerplate

License

Notifications You must be signed in to change notification settings

CronixMicroSystems/react-typescript-boilerplate

Repository files navigation

React-typescript-boilerplate

Build Status Gitter Chat

alt text

Created by Vladimir Ivanov and maintained with ❤️ by an amazing Cronix team.

DEMO

Link

DEVELOPMENT

  1. yarn
  2. yarn run dev

PRODUCTION

  1. yarn
  2. yarn run prod(HMR) or yarn run build(static)

LINTING

  • yarn run lint-js

  • yarn run lint-ts

  • yarn run lint-css

  • yarn run lint (yarn run lint-js and yarn run lint-ts and yarn run lint-css)

  • yarn run lintfix-js

  • yarn run lintfix-ts

  • yarn run lintfix-css

  • yarn run lintfix (yarn run lintfix-js and yarn run lintfix-ts and yarn run lintfix-css)

License

This project is licensed under the MIT license, Copyright (c) 2017 Cronix Micro Systems. For more information see LICENSE.md.