The following tools were used to build this project:
- Before we get started, you need to check if you have on your PC the following tools:
- You need to install both Node.js and (Yarn or npm) to run this project.
- Beside that we recommend you have a good editor to work with the VSCode
Clone the project and access the folder
$ git clone https://github.com/matheusazambuja/podcastr.git && cd podcastr
Follow the steps below
To start the application, use the following command:
# - If you have installed Yarn
# Install the dependencies
$ yarn
# Run the backend fake server
$ yarn server
# Run the web server
$ yarn dev
# - If you have installed npm
# Install the dependencies
$ npm install
# Run the backend fake server
$ npm run server
# Run the web server
$ npm run dev
The app will be available for access on your browser at http://localhost:3000
Reach out to me at one of the following places!
- Linkedin at Matheus Azambuja
- Instagram MatheusAzambuja
This project is licensed under the MIT License - see the LICENSE file for details.
Made with 💜 by Matheus Azambuja 👋 Check out my LinkedIn