VaclavDanek / react-skeleton-app

Starter kit for react apps with redux and webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Info

React starter-kit project

Main features

  • typescript
  • webpack
  • babel
  • eslint
  • react-redux with seamless-immutable state
  • reduxsauce
  • react-router
  • axios
  • jest
  • i18n-react
  • font-awesome
  • bootstrap
  • scss support
  • hot module replacement with fast refresh plugin

Installation and startup

  1. npm install or yarn install
  2. npm start or yarn start
  3. visit http://localhost:3000

Build

  1. npm build or yarn build
  2. go to "dist" folder, located in the root directory

About

Starter kit for react apps with redux and webpack


Languages

Language:TypeScript 52.8%Language:JavaScript 39.5%Language:CSS 4.9%Language:SCSS 1.8%Language:HTML 1.0%