Skip to content

GrabarzUndPartner/gp-boilerplate

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