https://github.com/dzaky-pr/next-pwa-playground
https://github.com/dzaky-pr/next-pwa-playground
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dzaky-pr/next-pwa-playground
- Owner: dzaky-pr
- License: other
- Created: 2024-06-02T04:00:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-02T04:37:23.000Z (about 1 year ago)
- Last Synced: 2025-01-31T09:43:07.751Z (5 months ago)
- Language: TypeScript
- Homepage: https://next-pwa-playground-dzaky.vercel.app/
- Size: 395 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Next-JS Template Repository
## Getting Started
### 1. Clone this repo using one of the two ways:
1. Using bash or other terminal
```
git clone https://github.com/tapeds/next-template.git
```2. By clicking use this template

### 2. Install dependencies
It is encouraged to use **pnpm** so the husky hooks can work properly.
```bash
pnpm install
```### 3. Run the development server
You can start the server using this command:
```bash
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. You can start editing the page by modifying `src/app/page.tsx`.
### 4. Change all default settings marked by !CHANGETHIS
You can find the settings you need to change by searching !CHANGETHIS and follow the instruction. You also need to change the name in `package.json` file.
### 5. Commit message
This template uses the conventional commit specification for better readability and clarity. It is mandatory to use conventional commit messages. Read more about conventional commits [here](https://www.conventionalcommits.org/en/v1.0.0/).