Skip to content

Latest commit

 

History

History
 
 

demo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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