https://github.com/cube2222/meetuprest
https://github.com/cube2222/meetuprest
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cube2222/meetuprest
- Owner: cube2222
- Created: 2016-08-06T09:36:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-24T20:43:08.000Z (almost 10 years ago)
- Last Synced: 2025-10-29T03:51:43.147Z (8 months ago)
- Language: JavaScript
- Size: 2.46 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MeetupRest
##Running frontend
In public folder run:
```
npm install
npm run dev //for dev-mode
npm run buil //for prod-mode
goapp serve ../.
```
Remember before deploying this project remove 'node_modules' folder ;)