/podcastr

🎧 Rocketseat podcast application

Primary LanguageTypeScript

Podcastr

Project   |    Technologies   |    How to run

Podcastr

💻 Project

Podcastr is a podcast application with content from Rocketseat's "Faladev".

🔧 Technologies

😊 How to run

Before starting, you need to have Git and Node installed on your machine.

- Clone this repo:
$ git clone https://github.com/marcelopajr/podcastr.git

- Enter directory:
$ cd podcastr

- Install dependencies:
$ npm install

- Launch the server:
$ npm run server

- Launch the app:
$ npm run dev

Have fun!