Skip to content

JS Training Grounds

Quickstart tutorials for intermediate JS topics like React, TypeScript, Next.js, Tailwind, and more.

1. Open the quickstart

Visit the quickstart for the topic you want to learn.

2. Download repo

Visit the link for the right training ground repo. Download it, unzip it, and open it in your code editor. (Some tutorials also have a link to a Stackblitz project, which you can open in your web browser and edit online.)

3. Run commands

Run the commands to set up your project. (Usually you just run npm install, npm run dev, and then open the web page in your web browser.)

4. Start learning!

Now you can start following along with the tutorials in your own editor!