
Security News
npm βisβ Package Hijacked in Expanding Supply Chain Attack
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
nocc-bootstrap-theme
Advanced tools
Are you tired of outdated Bootstrap themes?
Say hello to NOCC π: A Modern Bootstrap 5 Theme!
It comes in three powerful options:
β NOCC is a complete replacement for Bootstrap 5.3.3
You'll find all the required directories and files within the download, logically grouping common assets and providing compiled and minified variations.
Select your favourite package manager and follow the instructions below.
npm install nocc-bootstrap-theme --save
yarn add nocc-bootstrap-theme
composer require nocc-bootstrap-theme
The package folder structure looks like this:
nocc-bootstrap-theme/
ββ css/
ββ fonts/
ββ icons/
ββ images/
ββ js/
ββ src/
css/nocc-theme.css
(or the minified nocc-theme.min.css
) file loads the fonts and icons. Remember to include JavaScript files and images in your project.You can also import the source SCSS files to your manifest (e.g. index.scss).
@import "nocc-bootstrap-theme/src/styles/main.scss";
If you need documentation or help with Bootstrap or its components in general, please head over to Bootstrap documentation.
You can change or use this theme in your own Sass code; please download the source code from the GitHub repository and change it.
git clone --recursive git@github.com:carlesloriente/nocc-bootstrap-theme.git
cd nocc-bootstrap-theme
git submodule update --init --recursive
(only needed the very first time)The folder structure looks like this:
nocc-bootstrap-theme/
ββ bootstrap/
ββ scripts/
ββ src/
| ββ fonts/
| ββ icons/
| ββ images/
| ββ js/
| ββ styles/
ββ static/
ββ gallery/
ββ posts/
Install node modules, run the command:
npm install
Build the distribution, run the command:
npm run compile
The source includes resources for building and running locally a sample website.
If you want to see the theme in action, complete the following steps.
Now, let's build the demo site, run the command:
npm run compile-demo
The folder demo
contains all the generated site files.
To run the bundled web server, run the command:
npm run server-watch
Additionally, an option builds the files on the fly when there's a change and runs the web server incorporating a watcher, so you can write code and see your changes immediately in the browser. Run the command:
npm run start-demo
If you want to test the code, run the command:
npm run lint
Have a bug or an issue with this package? Open a new issue here on GitHub!
New contributors are always welcome! Check out CONTRIBUTING.md to get involved.
Carles Loriente is the creator and maintainer of the NOCC Bootstrap theme.
Bootstrap 5 framework created by Mark Otto and Jacob Thorton.
Copyright (c) 2025 Carles Loriente. Code released under the MIT license.
FAQs
NOCC A responsive Bootstrap 5 theme
The npm package nocc-bootstrap-theme receives a total of 24 weekly downloads. As such, nocc-bootstrap-theme popularity was classified as not popular.
We found that nocc-bootstrap-theme demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Β It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
Security News
A critical flaw in the popular npm form-data package could allow HTTP parameter pollution, affecting millions of projects until patched versions are adopted.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.