Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lcaohoanq/web-snake-game-frontend
Web version Snake-Game
https://github.com/lcaohoanq/web-snake-game-frontend
bootstrap bootstrap5 css game game-development html javascript js pug pug-template-engine scss snake-game typescript webpack
Last synced: 27 days ago
JSON representation
Web version Snake-Game
- Host: GitHub
- URL: https://github.com/lcaohoanq/web-snake-game-frontend
- Owner: lcaohoanq
- Created: 2024-01-22T07:25:45.000Z (10 months ago)
- Default Branch: prod
- Last Pushed: 2024-09-12T14:57:02.000Z (about 2 months ago)
- Last Synced: 2024-10-10T23:01:21.285Z (27 days ago)
- Topics: bootstrap, bootstrap5, css, game, game-development, html, javascript, js, pug, pug-template-engine, scss, snake-game, typescript, webpack
- Language: SCSS
- Homepage: https://web-snake-game-frontend-1xha.vercel.app/
- Size: 4.27 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![preview-web](https://github.com/lcaohoanq/Web-Snake-Game-Frontend/assets/136492579/1ad8d0ea-0532-44c0-87bd-9d7d8a8a073d)
- Run
```bash
npm run watch
npm run build:dev
npm run serve
```- Test account
```text
username: admin
password: adminusername: duongmanhnguyen
password: $2b$10$CyWPS5ik9G3cxte.fWTjm.l1P5BSbkI0wC4RH9PdqxtkBfkulelJK
```- Docker
```bash
docker-compose up
```- or prefer to run in background (detach)
```bash
docker-compose up -d
```