https://github.com/pt-dot/nextjs-boilerplate
nextjs-boilerplate
https://github.com/pt-dot/nextjs-boilerplate
Last synced: 3 months ago
JSON representation
nextjs-boilerplate
- Host: GitHub
- URL: https://github.com/pt-dot/nextjs-boilerplate
- Owner: pt-dot
- Created: 2021-08-13T03:12:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-13T03:25:20.000Z (almost 5 years ago)
- Last Synced: 2025-01-01T04:52:46.310Z (over 1 year ago)
- Language: TypeScript
- Size: 151 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
Awesome Lists containing this project
README
# BoilerPlate - Next js
- Next js
- Chakra UI
- emotion
- tw macro
- eslint
- jest
- Layout system
- Axios
- Toast
# Spec Requirement
## Requirements :
- Node LTS 14+
- PM2 (production process manager)
- setup .env
## Build Pipeline Command
```
npm run build
```
## serve on local
```
npm run start
```