Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fabienarcellier/blueprint-webapp-bootstrap
- Owner: FabienArcellier
- Created: 2020-01-12T11:35:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T13:38:50.000Z (about 2 years ago)
- Last Synced: 2023-03-10T21:47:52.912Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 2.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
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)