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

https://github.com/abhishekjadhav2002/appcd_task


https://github.com/abhishekjadhav2002/appcd_task

react reactflow taiwlindcss typescript vite

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Usage

### Development

Just run and visit http://127.0.0.1:3000/

```bash
yarn dev
```

### Build

To build the App, run

```bash
yarn build
```

And you will see the generated file in `dist` that ready to be served.