Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.2 KB

README.md

File metadata and controls

47 lines (27 loc) · 1.2 KB

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