aklein13 / react-boilerplate

React Typescript Boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Typescript Boilerplate

Instruction

Install:

  1. git clone
  2. yarn
  3. yarn buildvendor

Development

  1. yarn start
  2. http://localhost:8080

Production build:

  1. yarn build
  2. output in ./dist

Includes:

  • React
  • Redux
  • SASS
  • Webpack
  • Typescript

About

React Typescript Boilerplate

License:MIT License


Languages

Language:TypeScript 66.6%Language:JavaScript 14.6%Language:HTML 14.0%Language:CSS 4.7%