Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 273 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 273 Bytes

Next + 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