Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexmarles/reactr

Carlos Azaustre's React course
https://github.com/alexmarles/reactr

babel babeljs docker es2015 es6 javascript js jsx react webpack

Last synced: 9 days ago
JSON representation

Carlos Azaustre's React course

Awesome Lists containing this project

README

        

# Reactr
Code from the React course by Carlos Azaustre built in a Docker container ([@carlosazaustre](http://twitter.com/carlosazaustre))

## Usage
To run the app (it runs on port 9000 by default)
```
docker-compose up
```
If you want to get into the container's bash console just run:
```
docker-compose run --rm reactr /bin/bash
```