Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prathamesh017/fakestore-svelte
https://github.com/prathamesh017/fakestore-svelte
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/prathamesh017/fakestore-svelte
- Owner: Prathamesh017
- Created: 2024-06-14T10:55:53.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-19T09:13:09.000Z (5 months ago)
- Last Synced: 2024-06-19T18:33:57.683Z (5 months ago)
- Language: Svelte
- Homepage: https://fakestore-svelte.vercel.app
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## FakeStore Svelte App with Atomic Design and Testing
```bash
# to setup locally
npm run install
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open# to run tests
npm run test
```## Building
To create a production version of your app:
```bash
npm run build
```You can preview the production build with `npm run preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.