arqex / react-datetime-playground

Demo React project to start playing and collaborating with react-datetime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Datetime Playground

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.

Install

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

Usage

$ npm start
open http://localhost:3000

About

Demo React project to start playing and collaborating with react-datetime

License:MIT License


Languages

Language:JavaScript 87.7%Language:HTML 12.3%