Skip to content

Nyura95/react-typescript

Repository files navigation

react-redux-typescript

React v16.10.2

Typescript v3.6.3

Redux v7.1.1

Démo

react-typescript

Installation

  • git clone https://github.com/Nyura95/react-typescript.git
  • cd ./react-typescript
  • npm install
  • npm start

Testing

  • npm run test

https://github.com/testing-library/react-testing-library

Development mode

  • npm run dev

run without cache and hmr

  • npm run start

run with cache and hmr

build

  • npm run build

All files is make into the folder build and you have a report detailed into your terminal

run a server in production

  • npm run serve

When you have build your app, he will started a simple server express from the build folder

lint your code

  • npm run tslint

Enjoy !