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.git
Install dependencies of react-datetime
and the playground
$ npm install
$ cd src/react-datetime
$ npm install
$ npm start
open http://localhost:3000