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

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.

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`