Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rezairfanwijaya/go-qr-frontend
https://github.com/rezairfanwijaya/go-qr-frontend
containerization docker javascript qrcode-generator reactjs rest-api tailwindcss
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rezairfanwijaya/go-qr-frontend
- Owner: rezairfanwijaya
- Created: 2023-01-01T05:50:11.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T16:05:30.000Z (about 2 years ago)
- Last Synced: 2024-11-05T10:41:41.008Z (2 months ago)
- Topics: containerization, docker, javascript, qrcode-generator, reactjs, rest-api, tailwindcss
- Language: CSS
- Homepage:
- Size: 356 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GO QR FRONTEND
Ini merupakan repo frontend dari aplikasi GO QR. Agar berjalan dengan baik, anda perlu menjalankan dua repo sekaligus. Yaitu repo [Frontend](https://github.com/rezairfanwijaya/go-qr-frontend) dan [Backend](https://github.com/rezairfanwijaya/go-qr-backend). Untuk containerization dapat dipull melalui [image-frontend](https://hub.docker.com/repository/docker/rezairfanwijaya/go-qr-frontend/general)
#### Step menjalankan repo [frontend](https://github.com/rezairfanwijaya/go-qr-frontend) di lokal
#### Clone the project
```bash
git clone https://github.com/rezairfanwijaya/go-qr-frontend.git
```#### Go to the project directory
```bash
cd go-qr-frontend
```#### Get Dependency
```bash
npm install
```#### Run application
```bash
npm start
```
#### Aplikasi berjalan pada ```http://localhost:3000/```Pastikan sebelum melakukan perintah ```npm start``` anda telah melakukan setup dan run aplikasi backend. Untuk setup dan run aplikasi backend dapat dilihat pada [setting backend](https://github.com/rezairfanwijaya/go-qr-backend)
![image](https://user-images.githubusercontent.com/87264553/211034848-de445baa-b7c3-4f5c-a58d-0ce871114a6a.png)