Skip to content

kokodingin/neostrap-core

Repository files navigation

ReadMeSupportPalestine

NeoStrap Template

Screenshot

The latest Bootstrap 5 template with a NeoBRUTALISM style that is simple, bold, and fierce!

All Contributors GitHub last commit GitHub code size in bytes License


This project is supported and sponsored by:

Demo Page READ THE CONTRIBUTION GUIDE! LICENSE

⚡ Quick Start

  1. Download or clone the repository
git clone https://github.com/kokodingin/neostrap-core.git
  1. Install dependencies
npm install
yarn install
pnpm install
bun install
  1. Run the development server
npm run dev
yarn dev
pnpm run dev
bun run dev

📁 Folder Structure

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

📁 Included Features

  • ✅ Vite + TypeScript setup
  • ✅ Integrated Bootstrap 5
  • ✅ SCSS/SASS support
  • ✅ NeoBrutalism components & styles
  • ✅ Hot reload
  • ✅ Production-ready builds

📦 Production Build

npm run build

💻 Development

Start editing files in the src/ folder according to your needs. All Bootstrap components are available and ready for use.