See the Root repository for full project information.
SIA is built using:
SIA is configured for Wepback's hot module reloading, so changes should automatically appear in your browser.
You will need to add const files in config for each environment you want to use; these are not tracked in git. See cfg/constExample.js
for more details. Const files follow the naming convention $env.const.js (localhost.const.js is the const file loaded by localhost.js, for example).
- Have Node.js installed (the latest LTS release is preferred)
- Create a localhost.const.js file inside the cfg folder. Use the
cfg/constExample.js
file as a template. - Navigate to the SIA-EventUI source directory (the directory this file is in (
README.md
)) and enter these commands:npm install
npm run serve
- Navigate to http://localhost:3000
- Have Node.js installed (the latest LTS release is preferred)
- Navigate to the SIA-EventUI source directory (the directory this file is in (
README.md
)) - Start the gateway project and all dependencies by entering these commands:
npm install
npm start
- Navigate to http://localhost:3000
- Enter this command:
npm test
webpack --env=dist