Skip to content

fapo85/CallcenterFrontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Callcenter Client

This is the client that can write the necessary things to the database

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

npm run setup will install all dependencys for the server and client.

npm run dev will then start both the server and client.

Do not forget that the server needs a .env file to work. An example .env.example is provided in the server files.

Deployment

The client can be build by doing cd client to get into the client folder and then npm run build.

The server can just be deployed with cd server and npm run start.

Other files, which are not in the client or server folder are just used for local testing!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 70.3%
  • JavaScript 26.2%
  • HTML 3.5%