Skip to content

Commit 846c916

Browse files
committedMay 30, 2020
Update readme
1 parent 068c1e2 commit 846c916

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ renderCalderaApp(<App />, { port: 4000 });
7474

7575
Install Babel by running `npm install @babel/core @babel/node @babel/preset-react`.
7676

77-
Then, run the app using `babel-node --presets @babel/preset-react index.jsx`.
77+
Then, run the app using `babel-node --presets @babel/preset-react index.jsx`. For a runnable version, check the [basic-example](./basic-example) folder.
7878

7979
A few other examples [here](https://github.com/calderajs/caldera-examples) demonstrate features like shared state, database usage, and session persistence.
8080

‎basic-example/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Installing
2+
3+
`npm install`
4+
5+
# Running
6+
7+
`npm run start`

0 commit comments

Comments
 (0)
Please sign in to comment.