- Main project:
cdts-sgdc-react
- Sample/development application:
sample
See here for the main documentation/usage guide
From project root: npm install
npm run build -w cdts-sgdc-react
or
cd cdts-sgdc-react
npm run build
Build cdts-sgdc-react
package and then:
npm start -w sample
or
cd sample
npm start