Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 828 Bytes

README.md

File metadata and controls

47 lines (35 loc) · 828 Bytes

NgxSnake

This is a community project. Snake game.

Techstack

  • angular
  • NestJs, Prisma
  • rxjs

Requirements

  • node
  • npm
  • docker

DEV Setup

  • INSTALL: npm run installer
  • clean all: npm run clean // tut grad nicht weil er komischerweise rimraf im root sucht
  • build all: npm run build
  • test all: npm run test
  • lint all: npm run lint

docker

  • start all docker container: npm run docker:up
  • stop all docker container: npm run docker:down

backend

  • development: npm run be:watch
  • clean: npm run be:clean
  • build: npm run be:build
  • test: npm run be:test
  • lint: npm run be:lint

frontend

  • development: npm run fe:watch
  • clean: npm run fe:clean
  • build: npm run fe:build
  • test: npm run fe:test
  • lint: npm run fe:lint

work with us.

  • fork
  • send a PR