Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liou666/snake
🐍 A snake game by TS
https://github.com/liou666/snake
typescript webpack
Last synced: 3 days ago
JSON representation
🐍 A snake game by TS
- Host: GitHub
- URL: https://github.com/liou666/snake
- Owner: liou666
- Created: 2021-02-08T08:55:51.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-15T06:35:23.000Z (about 2 years ago)
- Last Synced: 2024-03-09T08:41:58.085Z (8 months ago)
- Topics: typescript, webpack
- Language: TypeScript
- Homepage: https://tanchishe.netlify.app/
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typescript test
> a game base typescript and webpack
### install dependencies
npm install
### serve with hot reload at localhost:8080
npm run serve
### build for production
npm run build