sandcastle / koa-single-page

πŸ‘¨β€πŸŽ€ A koa 2 server for hosting a SPA applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

koa-single-page CircleCI

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!

  πŸ˜‰
  |=🍦
 / \

About

πŸ‘¨β€πŸŽ€ A koa 2 server for hosting a SPA applications.

License:MIT License


Languages

Language:JavaScript 78.5%Language:HTML 13.5%Language:Shell 7.9%Language:CSS 0.1%