Next.js template
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ntasicc 10cbf302f5 fix: build bug,prop types, etc преди 2 години
.husky fix: build bug,prop types, etc преди 2 години
.storybook build: implement storybook преди 2 години
.vscode build: implement vscode settings and launch.json debugger преди 2 години
assets feat: new mui route loader and basic sass components преди 2 години
components fix: build bug,prop types, etc преди 2 години
constants feat: added single data page (dynamic routing) преди 2 години
hooks feat: added filter, sort and new design to pagination преди 2 години
models refactor: added mongoose преди 2 години
pages fix: build bug,prop types, etc преди 2 години
public refactor: added hover card and contact page преди 2 години
requests feat: added route loading spinner преди 2 години
schemas refactor: added hover card and contact page преди 2 години
stories build: implement storybook преди 2 години
styles feat: new mui route loader and basic sass components преди 2 години
utils/helpers refactor: added mongoose преди 2 години
.eslintrc.json build: implement storybook преди 2 години
.gitignore feat: add Login, Register and ForgotPassword page преди 2 години
.npmrc Initial commit преди 2 години
.nvmrc Initial commit преди 2 години
.prettierignore build: implement prettier and configure eslint преди 2 години
.prettierrc build: implement prettier and configure eslint преди 2 години
README.md Initial commit from Create Next App преди 2 години
commitlint.config.js implement commitlint преди 2 години
next-i18next.config.js feat: add Localization, Pagination with SWR and React Query, Profile page преди 2 години
next.config.js perf: next/image преди 2 години
package.json refactor: added mongoose преди 2 години
yarn.lock refactor: added mongoose преди 2 години

README.md

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

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

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.