Skip to content

mawaisnawaz/react-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://react-typescript-five.vercel.app/

Welcome to the React Sample App using TypeScript and Redux!

Client App

Start project by below steps

  - yarn or npm install
  - yarn start or npm start

API server

The boilerplate includes a small service for data fetching. The file db.json includes all the necessary data to achieve the goal. Please follow the steps below to start the server:

Start project by below steps

  - yarn or npm install .
  - yarn server or npm run server

Check json-server for more information.

Tech Stack

 - React
 - Redux
 - Typescript
 - Redux-Persistent
 - Styled-components
 - Axios
 - ANTD