/src/project/
Your working directory is /src/project/
. Keeping your files contained in this folder ensures that you will be able to update to future versions of Core UI quickly and easily.
repository/
├─ src/
├─ components/
├─ cui/
├─ project/
While it's up you how you structure files inside the project
folder, it's recommended that you use this general approach:
repository/
├─ src/
├─ project/
├─ fonts/
├─ images/
├─ js/
├─ scss/
You may leave out any folders that you do not need.
repository/
├─ src/
├─ project/
├─ scss/
├─ _base/
├─ _settings.scss
├─ project.scss
repository/
├─ src/
├─ project/
├─ js/
├─ project.js