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

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.

Awesome Lists containing this project

README

          

# koa-single-page [![CircleCI](https://circleci.com/gh/sandcastle/koa-single-page/tree/master.svg?style=svg)](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!

```
😉
|=🍦
/ \
```