Skip to content

Example of a react based blockstack app development environment in a docker container.

Notifications You must be signed in to change notification settings

dappalachia/blockstack-react

Repository files navigation

blockstack-react example docker image

This is an example of a react based blockstack app development environment in a docker container. It is based around the tutorial at https://blockstack.org/tutorials/multi-player-storage

Requirements

docker-engine

make

Install NPM requirements for local development

make install

Run local development environment

make run

The dev app will run at http://localhost:8080. ./ will be mounted into the container so changes to code can be tested live.

Shell on running dev container

make shell

Usage

To run hello-blockstack listening on port 8080 run:

docker run -d --rm -p 8080:8080 --name blockstack-react dappalachia/blockstack-react

About

Example of a react based blockstack app development environment in a docker container.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published