Skip to content

Allianzcortex/react-typescript-hooks-realworld

Repository files navigation

react-typescript-hooks-realworld

build Vercel

real world api based on React FC + Immer + Redux + Hooks + axios + Testing Library

Preview : LINK


Build with 2 ways :

1 With Docker :

docker-compose up --build

2 With npm:

# install dependencies
> npm install
# run the server
> npm start

Check wiki for more.