Skip to content

innowatio/iwwa-front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Dependency Status devDependency Status

iwwa-frontend

Development environment setup

After cloning the repository, run npm install to install all dependencies, and npm run dev to start the development server.

To run the development server with custom environment variables use

env VARIABLE="" npm run dev

N.B. Frontend application need backend service ([iwwa-back] (https://github.com/innowatio/iwwa-back)) running on local 3000 port.

Production environment setup

For the production setup, are read the environment variables prefixed by APP_CONFIG file when NODE_ENV=production (see sd-builder).