Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/btc415/casino_slot

A casino slot game using React and Pixijs
https://github.com/btc415/casino_slot

casino pixijs react vite

Last synced: 22 days ago
JSON representation

A casino slot game using React and Pixijs

Awesome Lists containing this project

README

        

## Built With :package:


Node.js
Next.js
Next.js
Next.js
Github


Open Source? No!
Next.js

## How to build & run? :dart:

Make sure you have [Nodejs](https://nodejs.org/en/download) installed anc clone this repository on local PC.

```bash
node --version
```

```bash
git clone
```

- Install the dependencies:

```bash
npm install
```
- Installs all the dependencies required by the project.

- Run dev server

```bash
npm run dev
```

- Build

```bash
npm run build
```

- Run Server

```bash
cd dist
npx serve -s -l 80
```

- To contribute, make pull request for your own branch:

```bash
git add .
git commit -m ""
git push origin
```