- Clone the code from git repository
git clone [email protected]:dilruwan/lease-app.git
- Checkout to the project directory
cd lease-app
- Install npm libraries
npm install
or
yarn install
In the project directory, you can run:
npm start
or
yarn start
Open http://localhost:3000 to view it in the browser.
npm run test
npm run build
or
yarn build
It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.
- node v12.5.0
- npm 6.9.0
- Google Chrome Version 80.0.3987.163