https://github.com/deepakb/meetup
Meetup Portal
https://github.com/deepakb/meetup
Last synced: about 1 year ago
JSON representation
Meetup Portal
- Host: GitHub
- URL: https://github.com/deepakb/meetup
- Owner: deepakb
- Created: 2021-05-07T18:10:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T10:36:55.000Z (about 5 years ago)
- Last Synced: 2025-02-05T18:06:09.859Z (over 1 year ago)
- Language: JavaScript
- Size: 254 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Install dependencies: ```npm install```
To start the application in dev mode: ```npm start```
To run the test cases: ```npm run test```