keithhenning / omscentral

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

omscentral

Monorepo for omscentral.com containing the following projects:

Getting Started

To install top-level dependencies:

npm ci

Before proceeding, follow the instructions in project-specific READMEs in the order above (graphql, server, then client).

Scripts

npm run format

Formats all source code and package.json.

npm test

Tests services.

npm run dev

Starts services in development mode w/hot-reload.

npm run build

Builds services.

npm start

Starts services in production mode. Note: You must run npm run build first.

npm run cypress

Runs cypress integration tests that enforce correct behavior. Requires the application to be up with npm run dev or npm start first.

npm run cypress:clean

When finished, users created during tests may be cleaned up using this script.

About


Languages

Language:TypeScript 95.5%Language:JavaScript 3.6%Language:HTML 0.7%Language:Shell 0.2%Language:Procfile 0.0%