This boilerplate is the template we will use to create our external website and any additional websites in the future.
- TypeScript
- Stylelint
- Pattern library
- Grid mixins
- Media query mixins
- 404 page
- Install packages:
yarn
- Start server:
yarn dev
Before pushing to the repo, please run a build and make sure that there are no errors present in any new code submissions using: yarn build