soufiane-fadil / dates-diff

The goal of this project is to calculate the difference between 2 dates using React.js and React-dates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

1. Get the source code

Just clone the project(#master):

$ git clone -b master https://github.com/bloodymind/dates-diff.git my-app
$ cd my-app

You will probably want to remove git history and start building a new project:

$ rm -rf .git
$ git init

2. Install dependencies

We assume you have already Nodejs et NPM already installed! latest version are better, always better :)

$ npm install

3. Run the app

$ npm start

It will start the development server with on PORT 3000 by default

http://localhost:3000 — Development server

Now you can open http://localhost:3000 in browser and start developing.

Table Content (highlight)

Run tests

$ npm test

About

The goal of this project is to calculate the difference between 2 dates using React.js and React-dates


Languages

Language:JavaScript 98.2%Language:HTML 1.2%Language:CSS 0.6%