The latest Bootstrap 5 template with a NeoBRUTALISM style that is simple, bold, and fierce!
- Download or clone the repository
git clone https://github.com/kokodingin/neostrap-core.git
- Install dependencies
npm install
yarn install
pnpm install
bun install
- Run the development server
npm run dev
yarn dev
pnpm run dev
bun run dev
neostrap/
| .editorconfig
| .env
| .gitignore
| .prettierignore
| .prettierrc
| .tsconfig.json
| LICENSE
| logo-sponsor-imphnen-xxxhdpi.png
| package.json
| README.md
| screenshot.png
| vite.config.ts
|
+---.vscode
| launch.json
|
+---src
| | 404.html
| | 500.html
| | 503-cs.html
| | docs-component-index.html
| | index.html
| |
| +---assets
| | +---js
| | | init-i18n.ts
| | | init-theme.ts
| | | neostrap.ts
| | |
| | +---scss
| | | | bootstrap.scss
| | | | neostrap.scss
| | | | _variables-dark.scss
| | | | _variables.scss
| | | |
| | | \---neobrutalism
| | | core.scss
| | | _alert.scss
| | | _brutal-design.scss
| | | _button.scss
| | | _card.scss
| | | _dropdown.scss
| | | _input.scss
| | | _navbar.scss
| | | _root.scss
| | |
| | \---static
| | | apple-touch-icon-114x114.png
| | | apple-touch-icon-120x120.png
| | | apple-touch-icon-144x144.png
| | | apple-touch-icon-152x152.png
| | | apple-touch-icon-57x57.png
| | | apple-touch-icon-60x60.png
| | | apple-touch-icon-72x72.png
| | | apple-touch-icon-76x76.png
| | | favicon-128.png
| | | favicon-16x16.png
| | | favicon-196x196.png
| | | favicon-32x32.png
| | | favicon-96x96.png
| | | favicon.ico
| | | mstile-144x144.png
| | | mstile-150x150.png
| | | mstile-310x150.png
| | | mstile-310x310.png
| | | mstile-70x70.png
| | |
| | +---images
| | |
| | \---js
| | all.js
| |
| \---layouts
| | single.html
| |
| \---partials
| | favicon.html
| | font.html
| |
| +---footer
| | single.html
| |
| \---navbars
| primary.html
|
\---types
\---vite-env.d.ts
- ✅ Vite + TypeScript setup
- ✅ Integrated Bootstrap 5
- ✅ SCSS/SASS support
- ✅ NeoBrutalism components & styles
- ✅ Hot reload
- ✅ Production-ready builds
npm run build
Start editing files in the src/
folder according to your needs. All Bootstrap components are available and ready for use.