"Your Podcast Platform about programming"
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.
- React.js + Next.js
- Promise based HTTP client: axios
- Date Formatting: date-fns
- Stylization: sass
- Server: json-server
See package.json file
The App was development in Next.js, where it consists of some resources that are necessary for the development environment. See below:
Download the following:
In the terminal bash of Git, run the following commands:
# clone
$ git clone https://github.com/FelipePDS/podcastr.git
# open
$ cd podcastr
$ npm insatll
# or
$ yarn add
# 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
Was made with ❤️ by FelipePDS
Project developed during Next Level Week 5 on Rocketseat's React.js stack 🚀
MIT License • © FelipePDS