A simple scaffold template for BSI CX designs. This repository should be a good foundation to create a new template. So fork or download this repository to create your own BSI CX design. This repository uses the BSI CX design build based on webpack. Checkout the Wiki to get more information on the design build. To get more information on BSI CX designs, checkout our online documentation.
Use this template, if you have to start from scratch and adjusting the master template would be too much work. Be aware, that this template really is not more than a scaffold. This is exactly the scope of this template: providing a structure. The template only contains minimal working examples and no complete design.
To use this package you have to fulfill the following requirements:
- Node >= 14.16.0
- NPM >= 6.14.4
- A code editor e.g. Visual Studio Code, IntelliJ or Web Storm
- To test your design, you need access to BSI CX
Fulfill the requirements, download or fork this repository and run the following command in your project folder:
npm install
If you have any problems using this package or found a bug, please create a new issue in this repository on GitHub.
If you like to contribute to this project, feel free to fork it and create a pull request.