Start Coding
Use a template to scaffold your project:
- Client only: https://github.com/day8/re-frame-template
- Full Stack: http://www.luminusweb.net/
Client Only Example¶
Take time to review the todomvc example application. It contains a lot of helpful practical advice.
Full Stack Example¶
Take time to review a full stack application. RealWorld implements to the RealWorld Spec and API.