An open API service indexing awesome lists of open source software.

https://github.com/zayminmaw/homeez-test


https://github.com/zayminmaw/homeez-test

Last synced: about 1 year ago
JSON representation

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
```