Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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: admin

username: duongmanhnguyen
password: $2b$10$CyWPS5ik9G3cxte.fWTjm.l1P5BSbkI0wC4RH9PdqxtkBfkulelJK
```

- Docker

```bash
docker-compose up
```

- or prefer to run in background (detach)

```bash
docker-compose up -d
```