Skip to content

RealWorld app following the Conduit spec with Next.js, SSR, TypeScript, and Cypress

License

Notifications You must be signed in to change notification settings

livimonte/realworld-nextjs

 
 

Repository files navigation

PRs Welcome GitHub license

Project   |    Technologies   |    Contribute   |    License

This project contain a real world example app that adheres to the RealWorld spec and API.

This codebase was created to demonstrate a fully fledged front-end application built with Next.js including CRUD operations, authentication, routing, pagination, advanced patterns, and more.

We've gone to great lengths to adhere to the Next.js community styleguides & best practices.

For more information on how to this works with other frontends/backends, head over to the RealWorld repo.

RealWorld

Project [TODO]

Architecture

Describe the general architecture of your app here

Getting Started

Run the development server:

yarn dev

Open http://localhost:5000 with your browser to see the result.

Technologies

Next.js Vercel React.js React Hooks
Cypress Jest SSR SEO Friendly
TypeScript Eslint Prettier Husky

Contribute

  • Fork this repository
  • Create a branch with your feature: git checkout -b my-feature
  • Commit your changes: git commit -m 'feat: add my new feature'
  • Push it to your branch: git push origin my-feature

After merging your pull request, your branch can be deleted.

Check the details about the types, verbs and commit messages here CONTRIBUTING.md

Also check the CODE_OF_CONDUCT.md

License

This project is MIT Licensed

About

RealWorld app following the Conduit spec with Next.js, SSR, TypeScript, and Cypress

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.8%
  • JavaScript 2.2%