https://github.com/techsolomon/crud
SvelteKit CRUD application implementation.
https://github.com/techsolomon/crud
crud csv sveltekit
Last synced: 2 months ago
JSON representation
SvelteKit CRUD application implementation.
- Host: GitHub
- URL: https://github.com/techsolomon/crud
- Owner: TechSolomon
- Created: 2022-01-15T22:30:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T02:35:39.000Z (about 3 years ago)
- Last Synced: 2023-03-09T03:25:52.302Z (about 3 years ago)
- Topics: crud, csv, sveltekit
- Language: Svelte
- Homepage: https://crud.pages.dev/
- Size: 312 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inventory Tracking Logistics Challenge
SvelteKit [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) application implementation.
## Building
Once you've created a project and installed dependencies with npm install (or pnpm install or yarn):
```bash
npm run build
```
> You can preview the built app with `npm run preview`