Files
glossary_public_client/README.md

952 B

NATO Glossary, Public Client

This is the reop for the public client of the NATO Glossary project.

Stack

First-Time Setup

Install dependencies:

# npm
npm install

Development Environment

To properly run on and test this application, you'll need the following pieces to be running:

  • Development Server (the web app)
  • Local Database (a dev database that provides dummy data to testing)
  • Development API (the API that serves the dummy data from the database to the web app)

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

Production

Build the application for production:

# npm
npm run build

Locally preview production build:

# npm
npm run preview

Check out the deployment documentation for more information.