Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.