An open API service indexing awesome lists of open source software.

https://github.com/samuelterra22/nextjs-course


https://github.com/samuelterra22/nextjs-course

build course dev next nextjs prismic react reactjs rocketseat seo styled-components typescript vercel

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Rocketseat NextJS course

## Getting Started

First, run the development server api:

```bash
npx json-server server.json -p 3333 -w
```

Second, run the development server front-end:

```bash
npm run dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.