Skip to content

easyping/ngx-snake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.1%
  • HTML 9.7%
  • JavaScript 2.7%
  • SCSS 1.5%