Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 703 Bytes

File metadata and controls

25 lines (14 loc) · 703 Bytes

React App for Finance-IT

Guide to use the repo

After you clone the repo you need to install necessary node modules, use below command to download them :

yarn install or npm install

To start the react server you need to run following command :

yarn start or npm start

This runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

CI/CD pipeline

Main branch is configured to automatically deploy on netlify. You can visit the domain below to access deployed website.