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
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.
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 withyarn 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:
Please let me know what you think. 🙂