https://github.com/joelseq/cogs121
Repository for COGS 121
https://github.com/joelseq/cogs121
Last synced: over 1 year ago
JSON representation
Repository for COGS 121
- Host: GitHub
- URL: https://github.com/joelseq/cogs121
- Owner: joelseq
- License: mit
- Created: 2018-04-12T00:03:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-06T19:07:26.000Z (about 8 years ago)
- Last Synced: 2025-01-31T13:26:24.972Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://burow.xyz
- Size: 35.5 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# House Finder (name TBD)
Easily find housing
## Requirements
- [Node.js](https://nodejs.org/en/) 6+
## Installation
```shell
npm install
```
OR (if you have yarn installed)
```shell
yarn
```
## Development
To start the server in Development mode:
```shell
npm run start:dev
```
OR
```shell
yarn start:dev
```
To start the server in Production mode (for deployment):
```shell
npm run start
```
OR
```shell
yarn start
```