Skip to content

ErwanLGZ29/projetz

Repository files navigation

Project Z with a Front on NuxtJs And A Back with NodeJS

Setup

Make sure to install the all dependencies:

# npm
npm install
# npm
cd server
npm install

Development Server

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

# npm
npm run dev

Back end server

Start the back end server on http://localhost:5000:

# npm
cd server
node server.js

Run unit tests

To run the tests with Jest

# npm
npm run test:unit

Run E2E tests

To run the E2E tests with cypress, the development server must be started

# npm
npm run test:e2e

Releases

No releases published

Packages

No packages published