Skip to content

React & Redux frontend application for managing leases

Notifications You must be signed in to change notification settings

dilruwan/lease-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rent Payments UI project installation document

Setup dev environment

  • 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

Available Scripts

In the project directory, you can run:

Runs the app in the development mode

npm start

or

yarn start

Open http://localhost:3000 to view it in the browser.

Runs tests

npm run test

Builds the app for production to the build folder

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.

Tested on

  • node v12.5.0
  • npm 6.9.0
  • Google Chrome Version 80.0.3987.163

About

React & Redux frontend application for managing leases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published