Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pvamshi/autosave-demo
Demo app to autosave forms using custom hooks
https://github.com/pvamshi/autosave-demo
Last synced: 30 days ago
JSON representation
Demo app to autosave forms using custom hooks
- Host: GitHub
- URL: https://github.com/pvamshi/autosave-demo
- Owner: pvamshi
- Created: 2019-10-13T04:35:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:36:33.000Z (about 2 years ago)
- Last Synced: 2024-10-22T21:25:03.610Z (3 months ago)
- Language: JavaScript
- Size: 1.68 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Run the app
To run the app,### 1. Clone the repo
```shell
git clone [email protected]:pvamshi/autosave-demo.git
```### 2. Install packages
```shell
yarn
```
OR```shell
npm install
```### 3. Start the app
```shell
yarn start
```This will run a local server for REST calls at the url [`http://localhost:3001`](http://localhost:3001).
The app runs at port 3000 . Click [`http://localhost:3000`](http://localhost:3000) to view the app.