Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/howard86/tolgee-demo
Tolgee integration with Next.js
https://github.com/howard86/tolgee-demo
Last synced: about 1 month ago
JSON representation
Tolgee integration with Next.js
- Host: GitHub
- URL: https://github.com/howard86/tolgee-demo
- Owner: Howard86
- License: mit
- Created: 2022-07-11T09:23:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-28T15:44:28.000Z (over 2 years ago)
- Last Synced: 2023-03-03T23:23:24.977Z (almost 2 years ago)
- Language: TypeScript
- Homepage: tolgee-demo.vercel.app
- Size: 346 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Next.js Template
This is a **highly** opinionated [Next.js](https://nextjs.org/) template bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
Shipped with following developer tools:
### Production dependencies
1. [Chakra UI](https://chakra-ui.com)
2. [Emotion](https://emotion.sh)
3. [Framer Motion](https://www.framer.com/motion/)
4. [Redux Toolkit](https://redux-toolkit.js.org)
5. [RTK Query](https://redux-toolkit.js.org/rtk-query/overview)### Development dependencies
1. [TypeScript](https://www.typescriptlang.org/)
2. [Jest](https://jestjs.io)
3. [Cypress](https://www.cypress.io)
4. [ESLint](https://eslint.org/) with [Airbnb config](https://github.com/iamturns/eslint-config-airbnb-typescript)
5. [Prettier](https://prettier.io/)
6. Pre-commit & pre-push git hooks powered by [lint-staged](https://github.com/okonet/lint-staged) and [husky](https://typicode.github.io/husky/#/)
7. [Commitlint](https://commitlint.js.org/#/)
8. [Mock Service Worker](https://mswjs.io)## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `src/pages/index.tsx`. The page auto-updates as you edit the file.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/import?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
## License
MIT