Skip to content

maxhuse/helpdesk-rrn

Repository files navigation

HelpDesk (built with React/Redux/Typescript and Node.js)

How to Run?

  1. Install dependencies
npm install
  1. Initialize and fill database with data
npm run init
  1. Build client code
npm run build:production
  1. Start server
npm run start
  1. Open in browser localhost:3000/auth →

User Credentials

Role Login Password
admin admin1 qwerty
engineer engineer qwerty
customer customer1 qwerty

Available Scripts

There are a few scripts that you can use.

👉 npm start

  • Use to run server in development mode
  • Watches for changes in server code

👉 npm run watch 🕶️

  • Use to compile client side in development mode
  • Watches for changes in client code

👉 npm run build:production 🔨

  • Use to compile client side code in production mode

👉 npm run lint 🔍

  • Use to run linting

👉 npm run hot 🔥

  • Use to compile client side in hot-reloading mode
  • Watches for changes in client code and hot reload
  • Run server in development mode (don't watch changes in server code)

👉 npm run init

  • Use to initialize database with default data

Dependencies

  • Node.js 8+

About

HelpDesk (React/Redux/Typescript and Node.js)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors