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

https://github.com/lehoangthienan/nextjs-boilerplate

NEXT JS Boilerplate
https://github.com/lehoangthienan/nextjs-boilerplate

boilerplate-template caching express intl jest nextjs react redux server-side-rendering serviceworkers webpack5

Last synced: about 15 hours ago
JSON representation

NEXT JS Boilerplate

Awesome Lists containing this project

README

        

# NextJS boilerplate

# Control Node version
```
NVM => nvm use
```

# How to start dev
```
cat .env.example > .env
nvm use
yarn install
yarn dev
```