https://github.com/jbock-java/hello-react
https://github.com/jbock-java/hello-react
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jbock-java/hello-react
- Owner: jbock-java
- Created: 2023-06-10T14:03:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-08T08:49:19.000Z (over 1 year ago)
- Last Synced: 2025-01-09T11:51:57.437Z (4 months ago)
- Language: TypeScript
- Size: 191 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### First, start json server
https://github.com/typicode/json-server/
```sh
npm install -g json-server
json-server --watch db.json --port 3004
```