Skip to content

Commit

Permalink
Update readme, prepping for 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dplesca committed Mar 24, 2016
1 parent d486101 commit 7651b3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ Generate react components file with babel:

Generate assets file using esc:

`esc -o assets.go assets views`
`esc -o assets.go -prefix="assets" assets views`

Build again:

`go build`

###Credits

It's written in go, uses [goji](https://github.com/zenazn/goji) as a web framework and [esc](https://github.com/mjibson/esc) to generate and embed assets in go source files. The front-end is written in [react](http://facebook.github.io/react/), the style uses [skeleton](http://getskeleton.com/).
It's written in go, uses [httprouter](https://github.com/julienschmidt/httprouter) as a router, [color](https://github.com/fatih/color) for colorized output and [esc](https://github.com/mjibson/esc) to generate and embed assets in go source files. The front-end is written in [react](http://facebook.github.io/react/), the style uses [skeleton](http://getskeleton.com/).

###Screenshot

Expand Down

0 comments on commit 7651b3c

Please sign in to comment.