8000 GitHub - tigerbrokers/monkeys: FullStack web boilerplate
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tigerbrokers/monkeys

Repository files navigation

koaplate

Structure

  • Typescript
  • Koa2
    • Router
    • CORS
    • Logging
    • Session
    • BodyParser
    • Helmet
    • Render (ejs)
    • Static files
  • Config
  • Nodemon
  • SQLite3
    • Sequlize ORM
  • Webpack
    • Vue2
    • PostCSS
      • CSS Nesting
  • Deploy by Shipit
  • Unit Test

Getting Startup

yarn
yarn start

Contribution

yarn dev

With docker

build

docker build -t koaplate .
docker run -p 4000:4000 koaplate

Pull from docker hub

docker run -p 4000:4000 ijse/koaplate

Compose

docker swarm init --advertise-addr $(docker-machine ip default) --listen-add
6B25
r 0.0.0.0
docker stack deploy -c docker-compose.yml koaplate

About

FullStack web boilerplate

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
0