Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexmarles/reactr
- Owner: alexmarles
- Created: 2017-01-12T18:23:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T12:05:48.000Z (almost 8 years ago)
- Last Synced: 2024-11-14T19:49:00.723Z (2 months ago)
- Topics: babel, babeljs, docker, es2015, es6, javascript, js, jsx, react, webpack
- Language: JavaScript
- Size: 270 KB
- Stars: 0
- Watchers: 2
- 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
```