Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 877 Bytes

File metadata and controls

32 lines (19 loc) · 877 Bytes

YouTube Channel Subscribers

NextJS Course

Code for the NextJS Course on Boolean Art.

Course Image

Playing with the code

Online Playground

The best way to play with the code is by using the "Play ▶️" button you can find in the lesson descriptions for the course. This will open the code for you in a ready to play browser based development environment.

Locally

Run the following to setup the packages

npm install

Then to play with a particular lesson code:

cd lessons/<lesson_directory>
npm run dev

And visit https://localhost:3000 🚀