cce81245f86d609cac10d9b04233a27e3e6f98be
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.
Description
Languages
TypeScript
91.6%
HTML
4.9%
Vue
3.5%