renatorib / next-jph

:pencil: JsonPlaceholder sample app made with Next.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

:pencil: JsonPlaceholder sample app made with Next.js


Languages

Language:JavaScript 100.0%