Skip to content

4en1x/staffapp-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

How to work with Semantic-UI

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 package
  • npm run watch-semantic - watch for changes in semantic-ui build and rebuild it

About

Staff management Web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.3%
  • CSS 32.5%
  • Other 0.2%