Skip to content

example web application using multiple components.

Notifications You must be signed in to change notification settings

kenshin579/analyzing-wash

 
 

Repository files navigation

wash

steps to get going

  1. Clone repo eg. git clone https://github.com/bluesuncorp.wash $GOPATH/src/github.com//
  2. remove .git folder in clone repo, run git init and then add remote
  3. do a global replace on the code eg. replace: github.com/bluesuncorp/wash with github.com//
  4. run ./bin/init.sh to download any dependencies
  5. run ./bin/dev.sh to start developing your app

COMPILING TO STATIC BINARY

  • NOTES coming soon, just creating the Dockerfile etc...

NOTES:

  • a docker solution is in the works which will make everything easier
  • ENV variables are locaed in ./bin/dev.sh for you manipulation

About

example web application using multiple components.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.4%
  • Go 45.4%
  • Shell 1.2%