dobroslav-atanasov / Sport-Center

Web application created with React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sport Center

Sport Center is a web application for sport events around the world.

alt text alt text

Installing the App

  1. Clone the repository
git clone git@github.com:dobroslav-atanasov/Sport-Center.git
  1. Open app folder and install npm packages
npm install
  1. Start the app
npm start
  1. The app listens on port 3000
http://localhost:3000/

Installing the Server

  1. Open server folder and install npm packages
npm install
  1. Start server. The server linstens on port 3333
node index

Run tests

  1. Run unit tests with command
npm test

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Web application created with React.

License:MIT License


Languages

Language:JavaScript 98.5%Language:HTML 1.2%Language:CSS 0.4%