Skip to content

VaclavDanek/react-kickstart-project

Repository files navigation

Info

React starter-kit project

Main features

  • typescript
  • webpack
  • babel
  • eslint
  • mobx
  • react-router-dom
  • axios
  • jest
  • i18next
  • font-awesome
  • tailwind
  • 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 run build or yarn build
  2. go to "dist" folder, located in the root directory

Test (jest)

npm test or yarn test