An open API service indexing awesome lists of open source software.

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

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
```