Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.42 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.42 KB

Podcastr

Typescript React Next.js

Podcastr is a platform built for podcast broadcasting, bringing you the best in programming and technology.

Developed during Rocketseat NLW#05 free training.

preview

Technologies used

  • Typescript
  • React
  • Next.js

How to run the project?

Before start, install Git, Node.js and Yarn on your machine. Moreover, recommend use the VSCode terminal.

# Clone this repository
$ git clone https://github.com/cunhasbia/nlw5-podcastr.git

# Access the repository on your terminal
$ cd nlw5-podcastr

# Install dependencies
$ yarn

# Run the fake server
$ yarn server

# Start the project
$ yarn dev

# The app will be running on http://localhost:3000

Made with 🧡 by Bianca Cunha | Find me on LinkedIn