Skip to content

Latest commit

 

History

History
97 lines (64 loc) · 2.42 KB

File metadata and controls

97 lines (64 loc) · 2.42 KB
Podcastr logo

Podcastr

Author Languages Stars

Podcastr is a platform built for podcast broadcasting.

Podcastr preview

Tecnologies


Technologies used

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

💻 Getting started

Requirements

  • You need to install both Node.js and Yarn to run this project.

Clone the project and access the folder

$ git clone https://github.com/Renan-Olovics/NLW5-React-Podcaster.git && cd podcastrn

Follow the steps below

# Install the dependencies
$ yarn

# Run the backend fake server
$ yarn server

# Run the web dev server
$ yarn dev

# You can also change dev for a real website like:
# Build the server
$ yarn build 

#Now start the website
$ yarn start

The app will be available for access on your browser at http://localhost:3000 If you wanna check the "fake api" IT will be available for access on your browser at http://localhost:3333/episodes

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.


Original Made with 💜 by Joseph Oliveira 👋 Check out my LinkedIn

This project was built by Renan Olovics on RocketSeat RocketSeat Next-level-week #05 Trilha de React


I've learned from the project:

API: {

Method Fetch;

Method get/post/put/delete/patch from Axios;

}

Date-fns for date configuration;

ContextAPI;

Double checked:

React;

Next;

Sass;

typing in typescript;

Eslint;

Prettier;

stylelint;