Project | Technologies | How to run
Podcastr is a podcast application with content from Rocketseat's "Faladev".
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!