Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maheshmaniya000/bakery-ecommerce-frontend
https://github.com/maheshmaniya000/bakery-ecommerce-frontend
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maheshmaniya000/bakery-ecommerce-frontend
- Owner: maheshmaniya000
- Created: 2022-10-11T08:43:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-11T08:47:01.000Z (about 2 years ago)
- Last Synced: 2024-08-23T07:54:28.760Z (3 months ago)
- Language: TypeScript
- Size: 3.84 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NextJS Typescript Boilerplate
Bootstrap a developer-friendly NextJS app configured with:
- [Typescript](https://www.typescriptlang.org/)
- Linting with [ESLint](https://eslint.org/)
- Formatting with [Prettier](https://prettier.io/)
- Linting, typechecking and formatting on by default using [`husky`](https://github.com/typicode/husky) for commit hooks
- Testing with [Jest](https://jestjs.io/) and [`react-testing-library`](https://testing-library.com/docs/react-testing-library/intro)## Deploy your own
Deploy the example using [Vercel](https://vercel.com):
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-typescript-eslint-jest)
## How to use
Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example:
```bash
npx create-next-app --example with-typescript-eslint-jest with-typescript-eslint-jest-app
# or
yarn create next-app --example with-typescript-eslint-jest with-typescript-eslint-jest-app
```Deploy it to the cloud with [Vercel](https://vercel.com/import?filter=next.js&utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).