https://github.com/waley-z/bootstrap-webpack-template
A web app starter template with bootstrap and webpack configured.
https://github.com/waley-z/bootstrap-webpack-template
boostrap5 nodejs webpack
Last synced: about 1 month ago
JSON representation
A web app starter template with bootstrap and webpack configured.
- Host: GitHub
- URL: https://github.com/waley-z/bootstrap-webpack-template
- Owner: Waley-Z
- Created: 2022-12-13T01:59:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T07:12:45.000Z (over 3 years ago)
- Last Synced: 2025-03-31T07:09:53.170Z (about 1 year ago)
- Topics: boostrap5, nodejs, webpack
- Language: HTML
- Homepage: https://waley-z.github.io/bootstrap-webpack-template/
- Size: 131 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example.com
Example website.
## Prerequisites
This project requires NodeJS (version 16 or later) and NPM. [Node](http://nodejs.org/) and [NPM](https://npmjs.org/) are easy to install. To make sure you have them available on your machine, try running the following command.
```sh
$ npm -v && node -v
8.19.3
v18.13.0
```
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development purposes.
## Installation
**BEFORE YOU INSTALL:** please read the [prerequisites](#prerequisites)
Start with cloning this repo on your local machine:
```sh
$ git clone https://github.com/Waley-Z/example.com.git
$ cd example.com
```
To install and set up the library, run:
```sh
$ npm install
```
## Usage
### Serving the app
```sh
$ npm start
```
### Building a distribution version
```sh
$ npm run build
```
This task will create a distribution version of the project inside your local `dist/` folder
## Resources
* [Bootstrap & Webpack](https://getbootstrap.com/docs/5.2/getting-started/webpack/)
* [PurgeCSS](https://purgecss.com/plugins/postcss.html)
* [HTML Webpack Plugin](https://github.com/jantimon/html-webpack-plugin)
* [Webpack Production](https://webpack.js.org/guides/production/)
## Built With
TODO
## Authors
TODO