Working locally
Boilerplate
Boilerplate is a “starter” repository that you can clone and use to get your project off the ground quickly using Squiz approved tooling.
If possible, you should use accelerator templates to kick start your projects. Boilerplate is only recommended for projects that do not fit into the accelerator/template model.
How to install
To get started with Boilerplate you’ll need to clone the repo:
git clone git@gitlab.squiz.net:boilerplate/webpack-boilerplate.git
The navigate inside the project
cd webpack-boilerplate/
Remove link to repo and re-initialise the boilerplate:
rm -R .git
git init
Install dependencies
npm i
Run locally
npm run serve
For more in depth look check out the installation guide in the README
What’s in the box?
Boilerplate comes with some great tools to help you build your project.
See IDE setup, when using StarterKit in conjunction with the recommended IDE plugins you’ll be unstoppable.
See, How we work to better understand the big picture. [accelerator