File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 55## Installation
66
77- Running ` npm install ` in the components's root directory will install everything you need for development.
8- - Running ` npm install ` in the ` demo ` directory will install everything you need to run a demo app locally.
8+ - Running ` npm install ` in the ` example ` directory will install everything you need to run a example app locally.
99
10- ## Demo Development Server
10+ ## Example Development Server
1111
12- - ` npm start ` from ` demo ` directory will run the component's demo app at [ http://localhost:3000 ] ( http://localhost:3000 )
12+ - ` npm start ` from ` example ` directory will run the component's example app at [ http://localhost:3000 ] ( http://localhost:3000 )
1313 with hot module reloading.
1414
1515## Running Tests
2323## Building
2424
2525- ` npm run build ` will build the component for publishing to npm.
26- - ` npm run build ` in the ` demo ` directory will build the demo app.
26+ - ` npm run build ` in the ` example ` directory will build the example app.
You can’t perform that action at this time.
0 commit comments