/blogging-client

Platform web where I admin my blog build in react and applying server side render

Primary LanguageJavaScript

CI

Bloging

It is the client to blog

Config the enviroment variables

Before the start, your must config enviroment variables

Intructions:

  • 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

Start

Install dependencies

npm install

Run development mode

npm run dev

Run build and production mode

npm run build
npm run start