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
- Host: GitHub
- URL: https://github.com/samuelterra22/nextjs-course
- Owner: samuelterra22
- Created: 2020-10-11T13:41:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-13T15:38:04.000Z (over 5 years ago)
- Last Synced: 2025-07-18T22:34:07.373Z (11 months ago)
- Topics: build, course, dev, next, nextjs, prismic, react, reactjs, rocketseat, seo, styled-components, typescript, vercel
- Language: TypeScript
- Homepage:
- Size: 193 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.