This project was created with Create React App using template typrescript.
To get the frontend running locally:
- Clone this repo
- cd to repo like
cd .\openHouseAiReactApp-master
npm install
to install all req'd dependencies( make sure have npm installed if not install NPM ). Make sure package.json is in directory before running npm installnpm start
to start the local server (this project uses create-react-app)
Open http://localhost:3000 to view it in the browser.
- react
- react-dom
- bootstrap
- react-redux
- react-thunk
In the project directory, you can run:
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.