crilleengvall / datepicker-tests

react-dates testrepo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project was bootstrapped with Create React App.

Added React dates to test with different versions of react.

commands

install deps: yarn

start: yarn start

update package.json with react and react-dom versions to test:

15.2.0:

"react": "15.2.0",
"react-dates": "^16.7.0",
"react-dom": "15.2.0",

15.1.0

"react": "15.1.0",
"react-dates": "^16.7.0",
"react-dom": "15.1.0",

15.3.0

"react": "15.3.0",
"react-dates": "^16.7.0",
"react-dom": "15.3.0",

After setting new versions: rm -rf node_modules && yarn && yarn start

About

react-dates testrepo


Languages

Language:JavaScript 73.6%Language:HTML 20.6%Language:CSS 5.7%