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

https://github.com/mongoosejs/pro-frontend


https://github.com/mongoosejs/pro-frontend

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# pro-frontend

Setup instructions:

1. Make sure you have [mongoosejs/backend](https://github.com/mongoosejs/backend) running, including seed data.
2. `npm install`
3. Point `/etc/hosts` to `pro-test.mongoosejs.io`, for example `echo "127.0.0.1 pro-test.mongoosejs.io" > /etc/hosts` on Linux or Mac.
4. `sudo npm start`
5. Open `http://pro-test.mongoosejs.io`