mrloop / race-ext-react

race-ext rewritten in reactjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js CI

⚙ race-ext-react

The orginal race-ext was build using an early beta of glimmerjs. This is a spike in reactjs. See original blog post here

Web Extension to retrieve britishcycling.org.uk/events entrants ordered by regional and national rankings

Firefox addon

Chrome addon

web extension screenshot

Prerequisites

This project was bootstrapped with Create React App.

You will need the following things properly installed on your computer.

Installation

  • git clone git@github.com:mrloop/race-ext-react.git this repository
  • cd race-ext-react
  • yarn

Running / Development

  • yarn build; yarn start:firefox

Unfortunately no live reloading at the moment

Building

  • yarn build

Testing

  • yarn test

Deploy

Build for firefox ext

yarn build:ext

Build for chrome ext

yarn build:ext

Further Reading / Useful Links

About

race-ext rewritten in reactjs


Languages

Language:HTML 98.3%Language:JavaScript 1.6%Language:CSS 0.1%