Skip to content

njsfield/react-nest-ts-boilerplate

Repository files navigation

Quick Start

# Set Node version
nvm use

# Install yarn v1
npm i -g yarn

# Install dependencies
yarn

# Build common types
yarn build

# Start API (terminal 1)
yarn run start:api

# Start web app (terminal 2)
yarn run start:web

Testing

API Unit Tests

yarn test:api

API E2E Tests

Requires API running on port 3000:

# Terminal 1: API server
yarn start:api

# Terminal 2: Run tests
yarn test:api:e2e

Frontend Cypress Tests

Requires both API (port 3000) and web app (port 4200) running:

# Terminal 1: Web dev server
yarn start:web

# Terminal 2: Run Cypress
yarn test:web

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors