Skip to content

CryptoNinja0331/chicken-game

 
 

Repository files navigation

Chicken Game

Setup

Download Node.js. Run this followed commands:

# Just be sure that you've got parcel js on you system
npm install -g parcel-bundler

# Install dependencies (only for first time)
npm i

# Serve at localhost:1234
npm run dev

# Build for production in the dist/ directory
npm run build

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.0%
  • CSS 6.6%
  • JavaScript 1.6%
  • HTML 0.8%