Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 411 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 411 Bytes

👷‍♂️🚧 Fetching Betting API 🚧👷‍♂️

Getting started

Prerequisites

Clone this repo.

git clone https://github.com/juancarlos0330/fetching-sportbetting-api.git

Installation

install dependencies

npm install

Usage

To run locally for development

npm start

To build a bundled transpiled javascript app

npm run build