papadavis47 / next-13-drum-machine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next 13 + Drum Machine

This repo is meant to be used as part of an exercise in 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

License:Other


Languages

Language:JavaScript 60.5%Language:CSS 39.5%