theJoeBiz / mlb_offensive_stats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MLB Offensive Stats

Local Install

npm install
npm start

Application will be available at http://localhost:8080

Production Build

npm install
npm run build

npm run build will create a production build (minified) of the application code along with dependencies and output static files into the dist directory that can be run using any simple http server. (i.e. python -m SimpleHTTPServer). Below is a tree of the files produced.

dist
  |-- assets
    |-- css
      |-- main.css
    |-- js
      |-- main.js
  |-- index.html

About

License:MIT License


Languages

Language:JavaScript 98.5%Language:HTML 1.0%Language:CSS 0.5%