Note: Unfortunately this project is no longer under active development.
dbKoda UI built with state of the art React stack, see dbKoda for main repository
Webpack is used as build/assemble tool for React.js project. It defines two environments, dev and prod.
- Dev:
A
webpack-dev-serveris used during development mode. All the compiled code are saved in memory. - Prod:
All the resources including images, fonts, javascript, css will be compiled and packaged into
distdirectory in product mode.
You can use npm or yarn to build the project.
- Note: you may need to run
npm loginand login using the credentials on 1Password before building. - Run
yarn installto install all dependencies. - Run
yarn buildto build the javascript code intodistdirectory. - Run
yarn startto launch awebpack-dev-serverin dev mode.
Currently you need to run the Controller seperately to the product.
- Run
npm run startin the dbkoda-Controller repository. - Run
npm run startoryarn startin the dbkoda-ui repository.
The structure of the output structure:
dbkoda-ui
└── dist
└── ui