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
- Host: GitHub
- URL: https://github.com/michalkvasnicak/spust-examples
- Owner: michalkvasnicak
- License: mit
- Created: 2017-06-14T18:04:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-07T15:53:08.000Z (almost 9 years ago)
- Last Synced: 2025-07-09T03:05:02.812Z (12 months ago)
- Topics: bundler, examples, spust, webpack
- Language: JavaScript
- Homepage:
- Size: 187 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)