https://github.com/pdasya/async-race
Race web game
https://github.com/pdasya/async-race
nodejs scss typescript webpack
Last synced: 2 months ago
JSON representation
Race web game
- Host: GitHub
- URL: https://github.com/pdasya/async-race
- Owner: pdasya
- Created: 2024-07-05T06:37:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T02:03:01.000Z (almost 2 years ago)
- Last Synced: 2025-07-03T12:06:05.246Z (about 1 year ago)
- Topics: nodejs, scss, typescript, webpack
- Language: TypeScript
- Homepage: https://async-race-pdasya.netlify.app/
- Size: 396 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Async Race application. Racing browser game
### Installation
1. **Clone the repository**
```bash
git clone git@github.com:pdasya/async-race.git
```
2. **Install dependencies**
```bash
npm install
```
3. **Start server**
Follow instructions [here](https://github.com/mikhama/async-race-api)