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: 5 months ago
JSON representation
Carlos Azaustre's React course
- Host: GitHub
- URL: https://github.com/alexmarles/reactr
- Owner: alexmarles
- Created: 2017-01-12T18:23:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T12:05:48.000Z (about 9 years ago)
- Last Synced: 2025-06-10T16:10:31.756Z (about 1 year ago)
- Topics: babel, babeljs, docker, es2015, es6, javascript, js, jsx, react, webpack
- Language: JavaScript
- Size: 270 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```