No, not THOSE streakers.
Streakers Calendar is a calendar web application for streak runners, built using Revel (Go) and React.
git clone https://github.com/tchung1118/streakerscalendar $GOPATH/src/github.com/tchung1118/streakerscalendar
node==9.4.0
npm==5.6.0
npm install
npm run build
npm run watch
You need watchman for this
revel run github.com/tchung1118/streakerscalendar
The directory structure of a generated Revel application:
conf/ Configuration directory
app.conf Main app configuration file
routes Routes definition file
app/ App sources
init.go Interceptor registration
controllers/ App controllers go here
views/ Templates directory
messages/ Message files
public/ Public static assets
css/ CSS files
js/ Javascript files
images/ Image files
tests/ Test suites
- The Getting Started with Revel.
- The Revel guides.
- The Revel sample apps.
- The API documentation.