Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/caduzulian/nlw5-podcastr

This is a project developed during the Next Level Week 05, presented by Rocketseat during April 2021.
https://github.com/caduzulian/nlw5-podcastr

nextjs nlw-5-react project-image react rocketseat typescript

Last synced: about 9 hours ago
JSON representation

This is a project developed during the Next Level Week 05, presented by Rocketseat during April 2021.

Awesome Lists containing this project

README

        


Podcastr logo

## Podcastr


Podcastr is a platform built for podcast broadcasting.

![Podcastr preview](.github/project-image.png)

## Tecnologies

This project was developed using cutting edge front-end technologies.

- [ReactJS](https://reactjs.org/)
- [Typescript](https://www.typescriptlang.org/)
- [Next.js](https://nextjs.org/)

## 💻 Getting started

### Requirements

- You need to install both [Node.js](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/) to run this project.

**Clone the project and access the folder**

```bash
$ git clone https://github.com/CaduZulian/NLW5-Podcastr.git && cd podcastr
```

**Follow the steps below**

```bash
# Install the dependencies
$ yarn

# Run the backend fake server
$ yarn server

# Run the web server
$ yarn dev
```

The app will be available for access on your browser at `http://localhost:3000`

---


Made with 💚 by Carlos Eduardo Zulian 👋