Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yasinatesim/next-starter-kit
This project is a starter kit for develop the front-end web applications with Next.js π
https://github.com/yasinatesim/next-starter-kit
commitlint css-module css-modules eslint eslint-config husky next-js nextjs nextjs-boilerplate nextjs-starter nextjs-template prettier prettier-eslint sass ssg static-site-generator
Last synced: 13 days ago
JSON representation
This project is a starter kit for develop the front-end web applications with Next.js π
- Host: GitHub
- URL: https://github.com/yasinatesim/next-starter-kit
- Owner: yasinatesim
- License: mit
- Created: 2019-12-07T19:07:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T18:01:31.000Z (8 months ago)
- Last Synced: 2024-03-02T19:24:24.723Z (8 months ago)
- Topics: commitlint, css-module, css-modules, eslint, eslint-config, husky, next-js, nextjs, nextjs-boilerplate, nextjs-starter, nextjs-template, prettier, prettier-eslint, sass, ssg, static-site-generator
- Language: TypeScript
- Homepage:
- Size: 613 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Next Starter Kit
This project is a starter kit for develop the front-end web applications with Next.js π
## π About
This project is a starter kit for develop the front-end web applications with Next.js π
### πTech Stack
The React Framework for SEO Friendly website and more...
Send commit messages to conventional commits rules
TypeScript
TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.
Class names and animation names are scoped locally CSS files
The most mature, stable, and powerful professional grade CSS extension language in the world
Helps maintain consistent coding styles for my working on the same project across various editors and IDEs
Find and fix problems in your JavaScript code
An opinionated code formatter
## Getting Started
### π¦ Prerequisites
- Node (v18.18.0+)
- Npm (v9.00+)
### βοΈ How To Use
1. Clone this repository
```bash
git clone https://github.com/yasinatesim/next-starter-kit.git
```
2. Install the project dependencies
```bash
npm install
```
**For Development**
```bash
npm run dev
```
### For Docker
Docker Build
```bash
docker build -t yasinatesim-next-starter-kit .
```Docker Run
```bash
docker run -p 3000:3000 -d yasinatesim-next-starter-kit
```App is running to [http://localhost:3000/](http://localhost:3000/)
### For Docker Compose
```bash
docker-compose up --build
```App is running to [http://localhost:3000/](http://localhost:3000/)
**For Production Build & Build Start**
```bash
npm run build
```
and
```bash
npm run start
```
**For Lint**
```bash
npm run lint
```## π License
- Copyright Β© 2024 - MIT License.
See `LICENSE` for more information.
---
_This README was generated with by [markdown-manager](https://github.com/yasinatesim/markdown-manager)_ π₯²