👉 Deploy 👈
This is a regular Next.JS project.
- You need to install NodeJS on your workstation.
- Go to the root folder in the server and write in the console npm i. This would install all required dependencies.
- After installation of the dependencies, you simply start the app itself using the command npm run dev.
- It works! Go to http://localhost:3000/ and enjoy.
P.S. If you want to build an application, the npm run build command will help you with this.
- TypeScript;
- SCSS;
- React;
- Next.JS;
- Redux Toolkit ( RTK Query );
- Husky ( also Actions in the GitHub, but it makes no sense to single it out 🤷♂️ );
- Prettier;
- ESLint ( airbnb config );
- Netlify ( I really love the deploy Previews in branches).
- SSG for pages with cat breeds;
- Localization in Ukrainian and English ( i18n ).
- Tablet and mobile view;
- Unit tests.
P.S. I have done these features in other projects, specifically adaptive and responsive design. Maybe I'll add them to this project later.