https://github.com/csdev19/rock-paper-scissors-front
Nextapp of my app of rock paper scissors
https://github.com/csdev19/rock-paper-scissors-front
Last synced: 2 months ago
JSON representation
Nextapp of my app of rock paper scissors
- Host: GitHub
- URL: https://github.com/csdev19/rock-paper-scissors-front
- Owner: csdev19
- License: mit
- Created: 2021-11-13T04:14:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-02T18:00:40.000Z (over 3 years ago)
- Last Synced: 2025-01-25T23:39:37.229Z (4 months ago)
- Language: TypeScript
- Size: 478 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Next boilerplace TS + Tailwind CSS + ESlint + Prettier
This is my boilerplate of an aplication using [Tailwind CSS](https://tailwindcss.com/) and [TypeScript](https://www.typescriptlang.org/). And enforcing the code style with [Prettier](https://prettier.io/) and [ESLint](https://eslint.org/).
## Guides
- https://www.tutorialspoint.com/socket.io/socket.io_broadcasting.htm
## Features
- [x] [Tailwind CSS](https://tailwindcss.com/)
- [x] [TypeScript](https://www.typescriptlang.org/)
- [x] [Prettier](https://prettier.io/)
- [x] [ESLint](https://eslint.org/)
- [ ] [Docker](https://www.docker.com/)
- [x] [Jest](https://facebook.github.io/jest/)## Getting started
1. Clone this repository
2. Install dependencies
3. Create a `.env` file with your configuration
4. Run the app `**npm run dev**`
5. Open `http://localhost:3000`