DD9 Extranet V2 - a software contractor management application
Requires NodeJS
Requires external DB import scripts and keys
First, install dependencies for the server and the client:
npm install
cd client
npm install
In the root directory:
npm run dev
Navigate to localhost:3000
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