This project was developed using cutting edge front-end technologies.
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
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
API: {
Method Fetch;
Method get/post/put/delete/patch from Axios;
}Date-fns for date configuration;
ContextAPI;
React;
Next;
Sass;
typing in typescript;
Eslint;
Prettier;
stylelint;