https://github.com/neginsal/react-form
Create a Form in React.
https://github.com/neginsal/react-form
json-server react react-hooks react-router
Last synced: about 2 months ago
JSON representation
Create a Form in React.
- Host: GitHub
- URL: https://github.com/neginsal/react-form
- Owner: NeginSal
- Created: 2022-02-08T12:39:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-09T07:54:20.000Z (over 4 years ago)
- Last Synced: 2025-01-31T15:27:25.825Z (over 1 year ago)
- Topics: json-server, react, react-hooks, react-router
- Language: JavaScript
- Homepage:
- Size: 621 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Available Scripts!!!
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
The page will reload when you make changes.\
You may also see any lint errors in the console.
### Using Json Server
after run npm start open new terminal and type:
`npx json-server --watch data/db.json --port 8000` .
The page will reload when you make changes.\
You may also see any lint errors in the console.