Skip to content

Latest commit

 

History

History
88 lines (64 loc) · 3.24 KB

README.md

File metadata and controls

88 lines (64 loc) · 3.24 KB

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