An open API service indexing awesome lists of open source software.

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.

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