Skip to content

Commit

Permalink
Add Quickstart section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
adamfeldman authored Mar 30, 2019
1 parent 8b77d84 commit a07c422
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ app](https://github.com/gothinkster/realworld) using full-stack
Fulcro. Backend uses Duct framework, Buddy, Walkable SQL library, JDBC
and Postgresql.

Documentation:
## Quickstart

1. Configure Postgres connection string in `dev/resources/dev.edn`
2. `lein repl`
3. `user=> (dev)`
4. `dev=> (go)`
5. Visit http://localhost:3000/index.html

## Documentation

[Fulcro](http://book.fulcrologic.com/)

Expand Down

0 comments on commit a07c422

Please sign in to comment.