Skip to content

A simple customer relationship management software

Notifications You must be signed in to change notification settings

andysterks/simple-crm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple CRM

Sometimes you just need a simple customer relationship management software that is simple and no frills. This is the app for you! :-)


Prerequisites

In order to run this project locally, you will need to have the following installed:

  • Node (v10.16.3 and above)
  • Npm (version 6.9.0 and above)

To install Node visit their site.

Once Node is installed, you will also have npm installed.

Installing

First you'll want to install the project dependencies. In the root directory you will want to run:

npm i

From there, you'll want to create a .env in the root directory. There is a sample.env file whose contents you can copy into the newly created .env file.

Last, in order to run the web server you'll want to run:

npm run start

To go to the site open your browser and navigate to http://localhost:3000

Built With

Authors

About

A simple customer relationship management software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published