https://github.com/uthpalax/assignment
https://github.com/uthpalax/assignment
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uthpalax/assignment
- Owner: uthpalax
- Created: 2024-02-08T00:19:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-08T10:26:58.000Z (over 1 year ago)
- Last Synced: 2025-02-08T13:15:26.690Z (3 months ago)
- Language: TypeScript
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This assignment is created using Remix and Tanstack Table
- [Remix Docs](https://remix.run/docs)
- [Tasnstack Table Docs](https://tanstack.com/table/latest/docs)## Get it running
From your terminal:
```sh
npm install && npm run dev```
This starts your app in development mode, rebuilding assets on file changes.
## For produtcion
```sh
npm run build
```Then run the app in production mode:
```sh
npm start
```