A web application to listen to podcasts!
Layout • Technologies • Getting started • Contact
You need to install Node.js and Yarn first, then in order to clone the project via HTTPS, run this command:
# Clone this repository
$ git clone <https://github.com/aliciamilani/podcastr.git>
# Access the project folder
$ cd podcastr
# Install the dependencies
$ yarn install
# Run the application in development mode
$ yarn dev
# The server will start on port: 3333 - acess <http://localhost:3333>