Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scottdj92/speedrun-bingo

A bingo creator for gaming speedruns
https://github.com/scottdj92/speedrun-bingo

bingo bulma gaming-speedruns nodejs react speedrun-bingo speedrunning webpack2

Last synced: 18 days ago
JSON representation

A bingo creator for gaming speedruns

Awesome Lists containing this project

README

        

# speedrun-bingo
A bingo creator for gaming speedruns

## Get Started
`npm install` or `yarn install`

`npm start` or `yarn start` to start the dev server.

## Adding components
Add your components to `src/index.js` and import them as such. Ideally, you'd want to follow the Atomic Design principle using atoms/molecules/organisms/templates/pages

In order for components to be imported, you add the name of the folder and webpack will bundle it.