Skip to content

Commit

Permalink
Bump to Next 14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwcomeau committed Feb 22, 2024
1 parent 0b850b7 commit bd585bb
Show file tree
Hide file tree
Showing 3 changed files with 421 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Next 13 + Bright
# Next + Bright

This repo is for an exercise in my React course, [The Joy of React](https://joyofreact.com/).

Expand All @@ -15,5 +15,3 @@ Then, start a local development server:
```bash
$ npm run dev
```

**Note:** Unlike create-react-app, we need to run the `dev` command, not `start`. The `start` command is used to run a _production_ server; we'll learn more about that later in the course.
Loading

0 comments on commit bd585bb

Please sign in to comment.