edit | blame | history | raw

react-datetime demo app

Demo

How to Start

npm start

How to Deploy

Run "deploy" from the demo directory:

cd ~/react-datetime/demo
npm run deploy

How to Run the demo with your local changes

If you are working on some change and you want to use the demo to test them out, you have to link your local "react-datetime" directory to the demo:

cd ~/react-datetime
npm link

cd demo
npm link react-datetime

npm start