Engineering Infrastructure - garageScript/c0d3-app GitHub Wiki
Intro
This page contains engineering resources we used to make decisions.
Development Rules
- Code coverage must always be 100%
Frameworks
- Bootstrap Customization - Bootstrap offers the most features and the fastest ramp up time.
- Nextjs - We picked this because of the ease of setup and deployment during evaluation.
- NextJS and Sass - NextJS Sass
- Front End Testing
- Testing Library - for testing react components
Tools
CI/CD
- auto deploy to zeit.co
- storybook preview on netlify - Follow Netlify section