Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bakirgracic/nextjs-clean-template
Clean template for new NextJS projects
https://github.com/bakirgracic/nextjs-clean-template
clean nextjs nextjs-15 npm npx react template
Last synced: 29 days ago
JSON representation
Clean template for new NextJS projects
- Host: GitHub
- URL: https://github.com/bakirgracic/nextjs-clean-template
- Owner: BakirGracic
- License: mit
- Created: 2024-12-07T15:01:40.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-07T15:40:42.000Z (about 1 month ago)
- Last Synced: 2024-12-07T16:19:54.829Z (about 1 month ago)
- Topics: clean, nextjs, nextjs-15, npm, npx, react, template
- Language: TypeScript
- Homepage:
- Size: 222 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## nextjs-clean-template
Clean template for new NextJS projects
### Package Manager `npm`
### Usage
```
npx create-next-app@latest --example="https://github.com/BakirGracic/nextjs-clean-template"
```### `npx` creation settings
- TypeScript `yes`
- ESLint `yes`
- TailwindCSS `yes`
- `src/` directory `yes`
- App Router `yes`
- Tubopack `yes`
- Customized Import Alias (@) `no`### NextJS version `15.0.4`
### React version `19`
### Other packages
Updated to latest version as of last commit (with `npm update --latest`)
### Other Notes
- removed NextJS boilerplate
- added `autoprefixer` plugin/library### License
This project is licensed with MIT License. See the [LICENSE.md](https://github.com/BakirGracic/nextjs-clean-template/blob/main/LICENSE.md) file for details.