Boilerplate Webpack 5, React and Bootstrap 5 project with global Css and Css modules enabled.
# Hosts File Config
In order to run this application in local, you'll need to modify your hosts file configuration. Then you will be able to access/serve your application at https://test.rocketplantech.com:3000
### Windows
Please include the following line in your hosts file
`127.0.0.1 test.rocketplantech.com`
### Mac
Please do the following steps
`sudo nano /private/etc/hosts`
add `127.0.0.1 test.rocketplantech.com` to the end of the file and save
run `sudo dscacheutil -flushcache` to flush the DNS cache
you might need to run `chmod +x .husky/pre-commit` to have the linter activated on commits