Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kkeeth/riot-ec-spa-example


https://github.com/kkeeth/riot-ec-spa-example

Last synced: about 2 months ago
JSON representation

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
```