https://github.com/andrekovac/react-workshop-2021-11-a
Code along during one of my react workshops in November 2021
https://github.com/andrekovac/react-workshop-2021-11-a
Last synced: about 1 year ago
JSON representation
Code along during one of my react workshops in November 2021
- Host: GitHub
- URL: https://github.com/andrekovac/react-workshop-2021-11-a
- Owner: andrekovac
- Created: 2021-12-01T23:20:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-01T23:25:14.000Z (over 4 years ago)
- Last Synced: 2023-08-08T02:44:16.554Z (almost 3 years ago)
- Language: TypeScript
- Size: 302 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Workshop code
Code I wrote while teaching React in a React workshop in November 2021
## Run
1. Install dependencies via `yarn`
2. Run `npx bookmonkey-api` to start the bookmonkey server locally
3. In a new terminal window run `yarn start` to start the dev server.
4. Open [http://localhost:3000](http://localhost:3000) to view the page in the browser.