Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/caduzulian/nlw5-podcastr
- Owner: CaduZulian
- Created: 2021-08-29T21:41:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-30T17:33:31.000Z (10 months ago)
- Last Synced: 2024-01-31T19:03:58.278Z (10 months ago)
- Topics: nextjs, nlw-5-react, project-image, react, rocketseat, typescript
- Language: TypeScript
- Homepage:
- Size: 440 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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 👋