/public-sports-hackaton

This is a social network about sport spots.

Primary LanguageJavaScriptMIT LicenseMIT

Public-sports

This is a social network about sport spots.

Licence

This project is distributed under MIT license.

Frontend

Frontend organization

Demo

To start you should go to client folder and type npm i command, then npm start.

Development

Run git config core.hooksPath .githooks in project folder before you'll make first commit. This command enables githook that runs eslint before every commit.