Skip to content
/ dd9app Public

DD9's software contractor management application

Notifications You must be signed in to change notification settings

DD9/dd9app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DD9App

DD9 Extranet V2 - a software contractor management application

Build and Run

Requires NodeJS

Requires external DB import scripts and keys

First, install dependencies for the server and the client:

npm install
cd client
npm install

To run the development server

In the root directory:

npm run dev

Navigate to localhost:3000

To build and run a production environment locally:

In the client directory

npm run build

In the server, modify the variables.env NODE_ENV to 'production', then:

npm run start

Navigate to the localhost port specified in the app entry point: start.js, localhost:5000 by default

About

DD9's software contractor management application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages