This boilerplate structure including tasks and servers should help you to develop modular websites + documentation per partial.
The boilerplate based on gulp and assemble.
At first install.
npm install
The installation process should run without some errors.
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.
npm run dev
Url: http://127.0.0.1:8050/dev/
npm run prod
npm run dev -- --ip=0.0.0.0
npm run build
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 |