stursby / tckickball.com

React powered web app for my kickball league

Home Page:https://tckickball.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TC Kickball

A React Web App showing our Twin Cities Kickball league schedule.

demo gif

Getting started

Clone the repo

git clone https://github.com/stursby/tckickball.com.git && cd tckickball.com

Install npm dependecies

npm install

Run

You can run the TC Kickball app locally with the following:

npm run dev

Build

To build for production, run the following: (scripts will be generated in the /dist folder)

npm run build

About

React powered web app for my kickball league

https://tckickball.com


Languages

Language:JavaScript 85.2%Language:HTML 8.7%Language:CSS 3.6%Language:Python 2.5%