Skip to content

nvuhung/nextjs-setup

Repository files navigation

The code is inspired from: https://gitlab.com/kachkaev/website-frontend

  1. Install npm dependencies using Yarn or Npm

    yarn
  2. Copy .env.example to .env.

  3. Start the server in development

    yarn dev
  4. Build and run in production:

    yarn build
    yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published