Skip to content

takunagai/next-13-bright

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next 13 + Bright

This repo is for an exercise in my React course, The Joy of React.

Running a development server

First, install the dependencies:

$ npm install

Then, start a local development server:

$ 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.

About

The Joy of React - Module 6 Exercises

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.6%
  • CSS 30.4%