/boilerplate-css-os

CSS boilerplate for OutSystems frontend development

Primary LanguageSCSS

Repository boilerplate for OutSystems frontend development

Bolierplate to spin up development of OutSystems reactive projects. This structure allows several developers to work on each of the frontend components involved in building an OutSystems theme.

This project starts a local web-server to serve the .css file generated. Can be used togheter with Super CSS Inject (https://chrome.google.com/webstore/detail/super-css-inject/pcfpmmmjdgngeidaggcahhoncahmpiin) to acelerate the frontend development.

ℹ️ Instalation

Install project dependencies

  npm install

▶️ Run project

  npm start

Credits

Files based on https://github.com/cristova-antunes/boilerplate-css-os/ work. All credits to them.