Skip to content

📝 JsonPlaceholder sample app made with Next.js

Notifications You must be signed in to change notification settings

renatorib/next-jph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

📝 JsonPlaceholder sample app made with Next.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published