https://github.com/zayminmaw/homeez-test
https://github.com/zayminmaw/homeez-test
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zayminmaw/homeez-test
- Owner: zayminmaw
- Created: 2022-07-27T12:27:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-29T07:00:16.000Z (almost 4 years ago)
- Last Synced: 2025-02-01T21:16:26.305Z (over 1 year ago)
- Language: JavaScript
- Size: 357 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Homeez Test
### Development Setup
First clone the repository.
```shell
git clone https://github.com/zay467/Homeez-Test.git
```
Then go to the project directory and install `node_mudules`.
```shell
npm install
```
Finally run the app. And it will be live on http://localhost:3000.
```shell
npm run start
```
### Build & Serve
Go to the project directory and run build command.
```shell
npm run build
```
wait for the build to complete then serve.
```shell
serve -s build // npm install -g serve
```