Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vasylynakolodiy/street-fighter
https://github.com/vasylynakolodiy/street-fighter
binary-studio-academy
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vasylynakolodiy/street-fighter
- Owner: VasylynaKolodiy
- Created: 2023-12-20T00:19:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-20T00:20:09.000Z (about 1 year ago)
- Last Synced: 2024-03-03T01:36:57.801Z (10 months ago)
- Topics: binary-studio-academy
- Language: JavaScript
- Homepage:
- Size: 988 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JS for everyone
## 🏃♂️ Simple start
1. **`npm run setup`** at the root
2. **`npm run dev`** at the root
3. open **`http://localhost:7500/`**OR
1. **`npm install`** at the root
2. **`npx simple-git-hooks`** at the root
3. **`npm run dev`** at the root
4. open **`http://localhost:7500/`**## 💡 PS
The project has a [Git Hooks](https://www.atlassian.com/git/tutorials/git-hooks), [Prettier](https://prettier.io/) and [Eslint](https://eslint.org/) set up, to validate your JS code.
## 💡 PPS
Please, make sure there are no linter errors in your homework!
## 🤞 Good luck