Skip to content

FelipePDS/podcastr

Repository files navigation

PODCASTR

"Your Podcast Platform about programming"


Topics


About

A podcast platform developed at Next.js, where you can select from the most diverse podcasts about Rocketseat programming. Counting with an easy use through a "Player" to listen the episodes.


💻 Technologies

See package.json file


📂 Clone and run App

The App was development in Next.js, where it consists of some resources that are necessary for the development environment. See below:

Requirements

Download the following:

Clonning

In the terminal bash of Git, run the following commands:

# clone
$ git clone https://github.com/FelipePDS/podcastr.git

# open
$ cd podcastr

Download dependencies

$ npm insatll
# or
$ yarn add

Running

# run app
$ npm run dev
# or
$ yarn dev

# run server (json-server)
$ npm run server
# or 
$ yarn server

App access in Browser: http://localhost:3000

Server address: http://localhost:3333

To get the app into production:

$ npm run build
# or
$ yarn build

To start the app into production:

$ npm run start
# or
$ yarn start

🎨 Layout

App Layout

App Layout


👤 Author

Was made with ❤️ by FelipePDS


License

Project developed during Next Level Week 5 on Rocketseat's React.js stack 🚀

MIT License • © FelipePDS