Skip to content

Commit 01cd861

Browse files
author
jonisaa
committed
2 parents 84b70b0 + fdf297b commit 01cd861

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ Bootstrap UI for [redux-autoform](https://github.com/redux-autoform/redux-autofo
1818
- [Using](#using)
1919
- [Add the required third-party components](#add-the-required-third-party-components)
2020
- [Styling](#styling)
21+
- [Running the demo locally](#running-the-demo-locally)
2122
- [Components](#components)
2223
- [TextBox](#textbox)
2324
- [TextArea](#textarea)
2425
- [CheckBox](#checkbox)
2526
- [Select](#select)
2627
- [Lookup](#lookup)
2728
- [DateTimePicker](#datetimepicker)
28-
- [Specific metadata for the `DateTimePicker` component. Common metadata is not listed.](#specific-metadata-for-the-datetimepicker-component-common-metadata-is-not-listed)
2929
- [Contributing](#contributing)
3030
- [Third party](#third-party)
3131
- [License](#license)
@@ -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
@@ -135,9 +143,8 @@ options | The options to display. Options are an array of objects with two prope
135143
[Lookup demo](https://redux-autoform.github.io/redux-autoform-bootstrap-ui/demo.html?preset=componentsLookup).
136144

137145
### DateTimePicker
138-
---
139146

140-
### Specific metadata for the `DateTimePicker` component. Common metadata is not listed.
147+
Specific metadata for the `DateTimePicker` component. Common metadata is not listed.
141148

142149
Metadata | Description
143150
--- | ---

0 commit comments

Comments
 (0)