Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cube2222/meetuprest


https://github.com/cube2222/meetuprest

Last synced: about 24 hours ago
JSON representation

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 ;)