Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fabienarcellier/blueprint-webapp-bootstrap

a blueprint to implement html application based on bootstrap loaded through webpack.
https://github.com/fabienarcellier/blueprint-webapp-bootstrap

Last synced: about 1 month ago
JSON representation

a blueprint to implement html application based on bootstrap loaded through webpack.

Awesome Lists containing this project

README

        

# Blueprint Webapp Bootstrap

[![Build Status](https://travis-ci.org/FabienArcellier/blueprint-webapp-bootstrap.svg?branch=master)](https://travis-ci.org/FabienArcellier/blueprint-webapp-bootstrap)

A blueprint to implement html application based on bootstrap loaded through
webpack.

## Getting started

* `npm start` : run the local server
* `npm run build` : package the deployment artefact in public

## The latest version

You can find the latest version to ...

```bash
git clone https://github.com/FabienArcellier/blueprint-webapp-bootstrap.git
```

### Usage with spikestarter

```bash
spike-starter --template https://github.com/FabienArcellier/blueprint-webapp-bootstrap.git myproject
```

* [spike-starter](https://pypi.org/project/spike-starter/)

## Continuous integration

more information in [.travis.yml](.travis.yml)

## References

* [How to include Bootstrap in your project with Webpack](https://stevenwestmoreland.com/2018/01/how-to-include-bootstrap-in-your-project-with-webpack.html)
* [Débuter avec Webpack](https://www.alsacreations.com/tuto/lire/1754-debuter-avec-webpack.html)