https://github.com/goby-lang/sample-web-app
https://github.com/goby-lang/sample-web-app
goby
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/goby-lang/sample-web-app
- Owner: goby-lang
- Created: 2017-06-12T17:05:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T02:22:33.000Z (over 2 years ago)
- Last Synced: 2024-02-25T00:33:11.586Z (over 1 year ago)
- Topics: goby
- Language: JavaScript
- Size: 2.98 MB
- Stars: 15
- Watchers: 5
- Forks: 70
- Open Issues: 16
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Goby Sample Server APP - To Do List

## Requirement
- Docker
- Docker compose## Usage
Clone it!
```
$ git clone [email protected]:goby-lang/sample-web-app.git
```Go into the project directory and run the command:
```
$ docker-compose up
```Open `http://localhost:3000` and enjoy!
## Frontend
- Start server - `$ yarn start`
- Rebuild index.js - `$ webpack`## Contributors
- Creator of Goby @st0012
- Sample APP Maintainer @Maxwell-Alexius
- Logo Designer @steward