Skip to content

soufiane-fadil/dates-diff

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published