/Parceljs-Bootstrap-Boilerplate-Starter-Kit

Parcel.js Boilerplate for Bootstrap 5

Primary LanguageHTMLMIT LicenseMIT

How to run

Prerequisites: You'll need Node and NPM installed on your local computer.

Run

npm install

to install dependencies, then

npm start

to start the local development server. Open http://localhost:1234/html/index.html to view.

To build for production, run

npm run build