Skip to content

ALGLOBAL/Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

This is a Dashboard test project with client on Next.js and server on Nest.js

Getting Started

First, run the Nest.js server from folder ./server (look on README.md) and after run the ./client development server (look on README.md):

# SERVER

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod
# CLIENT
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

# Users for login
[email protected]
123456
# or
[email protected]
654321

About

Test client-server app on React/NestJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published