Skip to content

GrabarzUndPartner/gp-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

72fcf1e · Apr 13, 2021
Feb 12, 2021
May 18, 2019
Feb 15, 2021
Nov 15, 2020
Apr 23, 2019
May 30, 2020
Jan 2, 2020
May 29, 2020
Jun 8, 2019
May 30, 2020
May 29, 2020
Apr 6, 2021
May 12, 2019
Feb 12, 2021
May 30, 2020
Apr 23, 2019
May 12, 2019
Feb 15, 2021
May 29, 2020
May 29, 2020
May 29, 2020
Feb 12, 2021
May 29, 2020
May 29, 2020
Nov 15, 2020
May 29, 2020
Apr 13, 2021
Apr 13, 2021
Feb 12, 2021

Repository files navigation

Boilerplate - Grabarz & Partner

GitHub version

main develop

Renovate - Status

Dependency Status devDependency Status

This boilerplate structure including tasks and servers should help you to develop modular websites + documentation per partial.

Boilerplate specs

The boilerplate based on gulp and assemble.

Setup your environment

At first install.

npm install

The installation process should run without some errors.

Test the environment

To verify a working environment just run the following command in the root folder of your project.

npm test

It should build all sources into the 'build'-directory of your project root folder. No error message should be shown in your console.

Run development-environment

npm run dev

Url: http://127.0.0.1:8050/dev/

Run production-environment

npm run prod

Url: http://127.0.0.1:8050/

Run production / development with IP

npm run dev -- --ip=0.0.0.0

Build production-environment

npm run build

Documentation

The documentation can be found in the subdirectory "docs".

Enviroment Url
dev http://127.0.0.1:8050/dev/docs
production http://127.0.0.1:8050/docs