0.0.0-beta.0 • Published 1 year ago

@discord-dashboard/soiree-theme v0.0.0-beta.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Fastify+Next.js Sample

Installation

yarn install

Usage

DEV ENVIRONMENT

  1. Change line 2 in index.js to:
const dev = false;
  1. Run in cmd
node index.js
  1. DEV url: http://localhost:3000/sample

PROD ENVIRONMENT

  1. Change line 2 in index.js to:
const dev = true;
  1. Run in cmd:
yarn next build ./next_files
  1. Run in cmd
node index.js
  1. PROD url: http://localhost/sample