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.
Describe the general architecture of your app here
Run the development server:
yarn dev
Open http://localhost:5000 with your browser to see the result.
Next.js | Vercel | React.js | React Hooks |
Cypress | Jest | SSR | SEO Friendly |
TypeScript | Eslint | Prettier | Husky |
- 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
This project is MIT Licensed