Skip to content

Webeleon/NestJS-React-Starter

Repository files navigation

Pre-requisite

  • node 14+ LTS

Configuration

This project use .env file

Installation

$ npm install

Building the frontend app

npm run build:front:prod

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Built with

NestJS EJS templates Bulma React