https://github.com/sandcastle/koa-single-page
👨🎤 A koa 2 server for hosting a SPA applications.
https://github.com/sandcastle/koa-single-page
javascript koa koa2 server spa-application webpack
Last synced: about 1 year ago
JSON representation
👨🎤 A koa 2 server for hosting a SPA applications.
- Host: GitHub
- URL: https://github.com/sandcastle/koa-single-page
- Owner: sandcastle
- License: mit
- Archived: true
- Created: 2017-07-10T06:38:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-30T05:05:49.000Z (almost 9 years ago)
- Last Synced: 2025-03-13T23:14:05.170Z (over 1 year ago)
- Topics: javascript, koa, koa2, server, spa-application, webpack
- Language: JavaScript
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# koa-single-page [](https://circleci.com/gh/sandcastle/koa-single-page/tree/master)
> A koa 2 server for hosting a SPA application
## Getting Started
The repository has the following folders:
- `src` - The source files
- `test` - The test suite
- `script` - Contains helper scripts (see below)
### Scripts
The below helper scripts are available for convenience:
- `script/setup` - sets up the repo for the first time
- `script/update` - run after pulling latest from the repo
- `script/clean` - cleans all temporary directories used for build and packaging
- `script/build` - build the application
- `script/test` - run all the integration tests
- `script/package` - packages the app as a docker container (must be run after `script/build`)
## Enjoy!
```
😉
|=🍦
/ \
```