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

https://github.com/michalkvasnicak/spust-examples

Example spust projects
https://github.com/michalkvasnicak/spust-examples

bundler examples spust webpack

Last synced: about 1 month ago
JSON representation

Example spust projects

Awesome Lists containing this project

README

          

# Spust examples

This repository contains example [Spust](https://github.com/michalkvasnicak/spust) projects.

## Usage

1. install root dependencies using `yarn install` or `npm install`.
2. go to any [example project](#example-projects) run `yarn install` or `npm install` and then run one of the following commands:

* `yarn start or npm run start` - starts development mode
* `yarn build or npm run build` - builds production build

## Example projects

* [Client side only React application](./client-side-only-react-app)
* [GraphQL server using spust-koa](./graphql-server-spust-koa)
* [Universal React application using Micro](./universal-react-app-micro)
* [Universal React application using spust-koa](./universal-react-app-spust-koa)