This project was bootstrapped with Create React App.
The project is using React Semantic-UI as a base for css.
To override the semantic's css custom semantic-ui build is used.
For build customization semantic-ui supports the theming mechanism. Please refer to this page for docs and tuturial how to theme your semantic-ui build.
The semantic build src is located in ./client/semantic/src/
. You may use a base theme from a bunch of predefined (change variable in theme.less
file) and than override specifics of each component in ./site
directory.
Commands:
npm run build-semantic
- rebuild semantic-ui packagenpm run watch-semantic
- watch for changes in semantic-ui build and rebuild it