This repository hold my workshop material for a React traning.
- Node 14
- yarn
- GraphQL client
git clone git@github.com:larsroettig-dev/react-workshop.git
cd backend
npm install
npm start
cd ..
cd frontend
yarn install
yarn start
- GraphQL
- React
- React Router
- React-Testing
- TypeScript
- Styling based on Tailwind