Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkeeth/riot-ec-spa-example
https://github.com/kkeeth/riot-ec-spa-example
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kkeeth/riot-ec-spa-example
- Owner: kkeeth
- License: mit
- Created: 2023-03-12T11:57:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T12:50:48.000Z (almost 2 years ago)
- Last Synced: 2024-10-18T20:29:43.113Z (2 months ago)
- Language: Riot
- Homepage: https://kkeeth.github.io/riot-ec-spa-example/
- Size: 316 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# riot-ec-spa-example
An implementation of the application in this article using [Riot.js](https://riot.js.org).
[Next.js E-Commerce Tutorial: SPA Example](https://snipcart.com/blog/next-js-ecommerce-tutorial-example)
## Start
```
npm start
```## Test
```
npm test
```## Build
```
npm run build
```