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
- Host: GitHub
- URL: https://github.com/abhishekjadhav2002/appcd_task
- Owner: AbhishekJadhav2002
- License: mit
- Created: 2024-07-16T14:10:05.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-07-18T11:31:24.000Z (9 months ago)
- Last Synced: 2025-01-14T17:59:41.479Z (3 months ago)
- Topics: react, reactflow, taiwlindcss, typescript, vite
- Language: TypeScript
- Homepage: https://appcd.netlify.app/
- Size: 1.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.