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
- Host: GitHub
- URL: https://github.com/lehoangthienan/nextjs-boilerplate
- Owner: lehoangthienan
- Created: 2019-09-21T15:36:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T01:41:22.000Z (over 2 years ago)
- Last Synced: 2023-03-07T20:25:51.379Z (about 2 years ago)
- Topics: boilerplate-template, caching, express, intl, jest, nextjs, react, redux, server-side-rendering, serviceworkers, webpack5
- Language: JavaScript
- Homepage:
- Size: 3.69 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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
```