Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/