Skip to content

jhordyess/vanilla-bootstrap-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanilla JS and Bootstrap Boilerplate

This is a simple boilerplate project for starting a web development project using Vanilla JavaScript and Bootstrap, powered by Vite.

Features

  • Vanilla JavaScript: Write modern JavaScript code without any frameworks or libraries.
  • Bootstrap: Utilize the power of Bootstrap to create responsive and stylish UI components.
  • Vite: Enjoy a fast development experience with Vite's blazing-fast build tooling.

Getting Started

  1. Clone the repository:
git clone https://github.com/jhordyess/vanilla-bootstrap-boilerplate.git
  1. Navigate to the project folder:
cd vanilla-bootstrap-boilerplate
  1. Install dependencies:
yarn

# With npm
npm install
  1. Start the development server:
yarn dev

# With npm
npm run dev
  1. Open your browser and visit http://localhost:5173 to see your project.

Project Structure

vanilla-bootstrap-boilerplate/
├── .gitignore
├── index.html Entry point HTML file.
├── main.js Main JavaScript file.
├── package.json Project configuration and dependencies.
├── style.scss Main Sass file. Write your styles here.

Commands

Start the development server

yarn dev

# With npm
npm run dev

Build the project for production

yarn build

# With npm
npm run build

Preview the project before production

yarn preview

# With npm
npm run preview

Contributing

Contributions are welcome! If you find any issues or want to enhance the project, feel free to submit a pull request.


Happy coding!

About

Simple boilerplate for using Vanilla JS and Bootstrap, powered by Vite.

Topics

Resources

Stars

Watchers

Forks