Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garpunkal/nitrogenbootstrap
A Frontend build framework for Bootstrap 4 projects using Nunjucks, WebPack and SASS.
https://github.com/garpunkal/nitrogenbootstrap
bootstrap es6-modules gulp javascript nunjucks sass webpack yarn
Last synced: 9 days ago
JSON representation
A Frontend build framework for Bootstrap 4 projects using Nunjucks, WebPack and SASS.
- Host: GitHub
- URL: https://github.com/garpunkal/nitrogenbootstrap
- Owner: garpunkal
- License: mit
- Created: 2020-08-19T08:45:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T00:21:09.000Z (almost 3 years ago)
- Last Synced: 2023-03-03T16:23:48.320Z (over 1 year ago)
- Topics: bootstrap, es6-modules, gulp, javascript, nunjucks, sass, webpack, yarn
- Language: JavaScript
- Homepage:
- Size: 15.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nitrogen
This is a frontend framework that uses the following components:
- Bootstrap 4 - https://getbootstrap.com/
- WebPack - https://webpack.js.org/
- Nunjucks - https://mozilla.github.io/nunjucks/, https://mozilla.github.io/nunjucks/templating.html
- Javascript - ES 6 Modules - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
- SASS - https://sass-lang.com/## Prerequisites
- NodeJs
- https://nodejs.org/en/download/- Sass
- ```npm i sass -g ```- Gulp
- ```npm i gulp -g ```
## Use
- ``` npm install ```
- install packages- ``` npm start ```
- will serve and browsersync- ``` npm run build ```
- will run production minified output- ``` npm run migrate ```
- will run production minified output, and will migrate to integrated website folder specified in paths.## Site
http://localhost:3000/