Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/khriztianmoreno/podcast-nextjs

Podcasts App integrated with the AudioBoom API to learn Next.JS
https://github.com/khriztianmoreno/podcast-nextjs

javascript nextjs podcast reactjs styled-jsx zeit-now

Last synced: 8 days ago
JSON representation

Podcasts App integrated with the AudioBoom API to learn Next.JS

Awesome Lists containing this project

README

        

# Build a Server-rendered ReactJS Application with Next.js

Podcasts App integrated with the AudioBoom API to learn Next.JS

![Captura de la App](./.readme-static/captura.png)

In this repository we we’ll see just how quickly next.js makes the process of building server-rendered ReactJS application podcasts with Audioboom API.

Along the way we’ll learn about many of the amazing features Next.js provides for us out of the box, such as route prefetching and code-splitting, thus allowing us to spend more time developing and virtually no time setting up our environment.

## Slides

[Build a Server-rendered ReactJS Application with Next.js](https://slides.com/khriztianmoreno/build-a-server-rendered-reactjs-application-with-next-js/)

## How does it work?

Requires Node.JS 10

* `npm install` to install the dependencies.
* `npm run dev` for the development environment.
* `npm run build && npm start` for the production environment.

## License

MIT