A React project shipping react-datetime and a live development server, to make simple start collaborating with the react-datetime.
Thanks for the react-hot-boilerplate project that makes so easy to create a development environment.
Clone this repo with the --recursive flag to fetch react-datetime repo too.
$ git clone --recursive https://github.com/arqex/react-datetime-playground.gitInstall dependencies of react-datetime and the playground
$ npm install
$ cd src/react-datetime
$ npm install$ npm start
open http://localhost:3000