Skip to content

Commit a860eb2

Browse files
committed
Better documentation
1 parent 8fd6fa1 commit a860eb2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,14 @@ Components that are need to be installed manually:
8383

8484
Alternatively, if you're using webpack with `css-loader` and `less-loader`, which you probably are, you can just import these less files directly in your JavaScript.
8585

86+
### Running the demo locally
87+
88+
In order to understand how Redux-Autoform and Redux-Autoform-Bootstrap-UI works, a good path is to run the demo locally and see how it works:
89+
90+
npm run start
91+
92+
Now the demo should be available here: [http://localhost:4000/](http://localhost:4000/).
93+
8694
## Components
8795

8896
### TextBox

0 commit comments

Comments
 (0)