Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-09T07:54:20.000Z (almost 3 years ago)
- Last Synced: 2024-12-04T15:30:03.097Z (2 months 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.