Skip to content

🏠 Apartments and Residential Management System

Notifications You must be signed in to change notification settings

blitzzkid/arms2

 
 

Repository files navigation

Arms

CircleCI Code Climate maintainability

Apartments and Residential Managements System

Files you need to create

Create a cypress.env.json and add the baseUrl , backendUrl and adminPassword to test cypress locally.

{
  "baseUrl": "http://localhost:3000",
  "backendUrl": "http://localhost:3005",
  "adminPassword": "<password of admin you created locally>"
}

Create a .env and add the REACT_APP_URL.

REACT_APP_URL = "http://localhost:3005"

Getting started

To start development

npm start

To run the tests

npm test

To build the app

npm run build

About

🏠 Apartments and Residential Management System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.6%
  • CSS 11.1%
  • HTML 0.3%