Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vasylynakolodiy/street-fighter


https://github.com/vasylynakolodiy/street-fighter

binary-studio-academy

Last synced: about 2 months ago
JSON representation

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