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

https://github.com/raunofreiberg/bloomfield

Dockerized React & Redux SPA chatroom with Google Firebase API
https://github.com/raunofreiberg/bloomfield

docker firebase react redux

Last synced: 3 months ago
JSON representation

Dockerized React & Redux SPA chatroom with Google Firebase API

Awesome Lists containing this project

README

          

## Bloomfield

- React: 15.x
- Redux 3.6.0
- DB: Firebase
- NPM: 8.x

### Setup

- `npm i` under `src`
- `npm run dev` for development

### Docker
Build the Docker image

- `docker build .`

then run it

- `docker run -it --rm -p 3000:3000 --name CONTAINER_NAME IMAGE_NAME`