It is the client to blog
Before the start, your must config enviroment variables
- Copy the file '.env.example'
- Change the name '.env.example' to '.env'
- open file and complete the variables
Example
// API
NEXT_PUBLIC_API=http://localhost:5000/api
Install dependencies
npm install
Run development mode
npm run dev
Run build and production mode
npm run build
npm run start