Update README.md

This commit is contained in:
Dmitri Sotnikov 2016-02-16 18:32:36 -05:00
parent 9351b16a15
commit ef21172591
1 changed files with 5 additions and 1 deletions

View File

@ -13,7 +13,11 @@ Reagent provides a way to write efficient React components using (almost) nothin
To create a new Reagent project simply run:
lein new reagent myproject
If you wish to only create the assets for ClojureScript without a Clojure backend then do the following instead:
lein new reagent-frontend myproject
This will setup a new Reagent project with some reasonable defaults, see here for more [details](https://github.com/reagent-project/reagent-template).
To use Reagent in an existing project you add this to your dependencies in `project.clj`: