https://github.com/mongoosejs/pro-frontend
https://github.com/mongoosejs/pro-frontend
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mongoosejs/pro-frontend
- Owner: mongoosejs
- Created: 2022-01-03T17:21:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-22T00:40:29.000Z (over 3 years ago)
- Last Synced: 2024-12-26T00:23:14.562Z (6 months ago)
- Language: CSS
- Size: 6.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`