https://github.com/ohansemmanuel/react_suspense_concurrent_app_server
https://github.com/ohansemmanuel/react_suspense_concurrent_app_server
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ohansemmanuel/react_suspense_concurrent_app_server
- Owner: ohansemmanuel
- Created: 2020-09-25T23:55:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T07:02:50.000Z (over 4 years ago)
- Last Synced: 2025-03-14T22:52:28.781Z (about 2 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Designed to work with [react_suspense_concurrent_app](https://github.com/ohansemmanuel/react_suspense_concurrent_app)

## Install the dependencies and run the server
Install dependencies:
```bash
npx yarn
```and start the server:
```bash
npx yarn start
```visit http://localhost:3001/
## Endpoints
| route | resource |
| ------------- | :---------------------------: |
| / | default user details |
| /users | list of user names (with IDs) |
| /users/\${id} | specific user details |