An interactive tutorial and playground for learning React.js and Next.js. Powered by Neext.js and WebContainers.
Inspired by learn.svelte.dev and learn.nuxt.com.
reactplayground.com
is not yet deployed and currently under active development.
To run this project locally, you need to have Node.js v20.0+ and pnpm installed.
After cloning the repo, run the following commands to install dependencies:
pnpm install
Then, run the following command to start the development server:
pnpm dev
The development server will be running at http://localhost:3000.