added interface choice documentation

This commit is contained in:
Dan Motzenbecker 2015-10-31 14:56:18 -04:00
parent a660d861d8
commit a76bca0d9b
1 changed files with 11 additions and 0 deletions

View File

@ -35,6 +35,17 @@ $ natal init FutureApp
If your app's name is more than a single word, be sure to type it in CamelCase.
A corresponding hyphenated Clojure namespace will be created.
By default Natal will create a simple skeleton based on the current stable
version of [Om](http://omcljs.org) (aka Om Now). If you'd like to base your app
upon Om Next, you can specify a React interface template during init:
```
$ natal init FutureApp --interface om-next
```
Keep in mind your app isn't limited to the React interfaces Natal provides
templates for; these are just for convenience.
If all goes well your app should compile and boot in the simulator.
From there you can begin an interactive workflow by starting the REPL.