This repository contains all the source code to run the micro front for the application RHNET.
- NodeJS (v14.15.1)
- Yarn or npm
- Fork the Front-End repository.
- Clone it on your computer.
- 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
This project uses a simple and reusable Datepicker component.
- documentation : https://www.npmjs.com/package/datepickerplugin
The package can be installed via npm
npm install datepickerplugin --save
Or via yarn
yarn add datepickerplugin