Skip to content

Files

Latest commit

13b4f6a · Dec 4, 2023

History

History
This branch is 20 commits ahead of, 123 commits behind arqex/react-datetime:master.

demo

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