... | ... | @@ -35,10 +35,10 @@ npm run dev |
|
|
```
|
|
|
|
|
|
which starts the Next.js app's development server on port 3000.
|
|
|
To check if the app is working properly, we can just open [http://localhost:3000](http://localhost:3000) from our browser, which should look like this:
|
|
|
|
|
|

|
|
|
|
|
|
To check if the app is working properly, we can just open [http://localhost:3000](http://localhost:3000) from our browser, which should look like this: 
|
|
|
|
|
|
## Database
|
|
|
|
... | ... | |