Home

Awesome

<p align="center"><img src="https://cloud.githubusercontent.com/assets/3277185/24065232/4da3cc92-0b48-11e7-85a4-20934d463f0e.png" /></p>

What?

Next JPH is an example app made with JsonPlaceholder api, using Next.js, styled-components, flow and jest.

"JPH" is an acronym to JsonPlaceholder.

See the app running at now: http://jph.now.sh

Why?

This is a project I've made to learn more about the used stack.
Also, is a good reference to newcommers in these technologies.

Feel free to contribute if you find any mistake I've made, or if you want to improve the application.

Development

First of all, install dependencies:

yarn

Run development server:

yarn dev

Then open http://localhost:3000

Production Deployment

Next.js is production-ready framework with server-side rendering and code-splitting built-in.

Just run these commands:

yarn build
yarn start