https://github.com/csdev19/next-ts-mui-boilerplate
Next + TS + MUI boilerplate to create fast a project
https://github.com/csdev19/next-ts-mui-boilerplate
eslint jest-tests mui next nextjs prettier prettier-eslint
Last synced: 2 months ago
JSON representation
Next + TS + MUI boilerplate to create fast a project
- Host: GitHub
- URL: https://github.com/csdev19/next-ts-mui-boilerplate
- Owner: csdev19
- License: mit
- Created: 2022-01-07T04:15:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-22T01:24:28.000Z (over 3 years ago)
- Last Synced: 2025-01-25T23:40:05.224Z (4 months ago)
- Topics: eslint, jest-tests, mui, next, nextjs, prettier, prettier-eslint
- Language: TypeScript
- Homepage:
- Size: 222 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Next boilerplace TS + MUI + ESlint + Prettier + Laqi
This is my boilerplate of an aplication using [MUI](https://mui.com//) and [TypeScript](https://www.typescriptlang.org/). And enforcing the code style with [Prettier](https://prettier.io/) and [ESLint](https://eslint.org/).
## Features
- [x] [MUI](https://mui.com/)
- [x] [TypeScript](https://www.typescriptlang.org/)
- [x] [Prettier](https://prettier.io/)
- [x] [ESLint](https://eslint.org/)
- [ ] [Docker](https://www.docker.com/)
- [x] [Jest](https://facebook.github.io/jest/)
- [x] [Laqi](https://www.npmjs.com/package/laqi)
- [ ] [Husky](https://www.npmjs.com/package/husky)## Interesting Packages
- [https://reactdatepicker.com/#example-calendar-open-state-callbacks](https://reactdatepicker.com/#example-calendar-open-state-callbacks)
## Getting started
1. Clone this repository
2. Install dependencies
3. Create a `.env` file with your configuration
4. Run the app `**npm run dev**`
5. Open `http://localhost:3000`