Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Bun - The Practical Guide Course Resources

This repository contains companion resources for the Bun - The Practical Guide course, primarily code snapshots and lecture attachments.

Repository Structure

Most snapshot folders also have a sibling .zip file (for example attachments/core-api/sql.zip) so students can download individual snapshots more easily.

How To Use The Snapshots

  1. Download or clone this repository, or download one of the provided .zip files.

  2. If you downloaded a .zip file, extract it.

  3. Open a terminal in the extracted snapshot folder.

  4. If the snapshot contains a package.json, install dependencies:

    bun install
  5. Check the snapshot's README.md and package.json scripts for the exact commands to run.

Some snapshots require local configuration, environment variables, databases, Docker, or external services. If a folder contains .env.example files, copy them to .env and fill in the required values locally. Do not commit real secrets.

Important Notes

  • This repository is not a single Bun project. It contains many independent examples and snapshots.
  • The snapshots are intended to help you follow along with the course, compare your code, or continue from a specific course state.
  • Generated files such as node_modules, local .env files, build output, and local databases are intentionally excluded from version control and from the generated snapshot archives.

About

Course resources for my "Bun - The Practical Guide" (https://acad.link/bun) course.

Resources

Stars

9 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages