tyroprogrammer / learn-react-app

Application that will help you learn React fundamentals. Install this application locally - there's tutorial, code snippets and exercises. The main objective of this project is to help you get off the ground with React!
MIT License
3.65k stars 328 forks source link

Add way to auto-play the tutorial online with Gitpod #24

Closed jankeromnes closed 5 years ago

jankeromnes commented 5 years ago

Hi, thanks a lot for making a really cool React tutorial! 💯

I work on Gitpod.io, a service that provides free online development environments, and I thought you might be interested in giving developers an easy option to automatically run your tutorial online.

I've set up Gitpod to prepare workspaces with yarn install and start the server with yarn start. It will also automatically open the first tutorial file (01-HelloWorld.js) and show the running web app in a Preview.

Here is what it looks like:

Open in Gitpod

screenshot 2019-02-04 at 15 11 38

Please let me know what you think. 🙂

jankeromnes commented 5 years ago

I've rebased my PR against the latest master. @tyroprogrammer please take a look when you have time.

jankeromnes commented 5 years ago

... rebased again.