Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 989 Bytes

README.md

File metadata and controls

55 lines (34 loc) · 989 Bytes

RHNET

This repository contains all the source code to run the micro front for the application RHNET.

1. Prerequisites

  • NodeJS (v14.15.1)
  • Yarn or npm

2. Launch the project

2.1 Front End

  • This project was bootstrapped with Create React App.
  • useContext

Start the front-end

    npm start
  • Install dependencies
    npm install

Your server should now be running at http://locahost:3000

screen n°1

screen n°2

screen n°3

This project uses a simple and reusable Datepicker component.

The package can be installed via npm

npm install datepickerplugin --save

Or via yarn

yarn add datepickerplugin

datepicker