Web boilerplate bootstrapped with CRA and Tailwind (ongoing development)
- Node 15.3.0
- Yarn 1.22.5
git clone https://github.com/dwrellin/energizer.gitcd energizeryarn
yarn dev
yarn eslintyarn eslint --fix(with autofix)
yarn stylelintyarn stylelint --fix(with autofix)
- Open the
package.jsonfile - Change the url in the
homepagefield with the following:
{
"homepage": "https://<your-username>.github.io/<your-app-name>"
}- Run
yarnin the terminal - Once done, you're ready to deploy your static site
- Commit your changes
- Run
yarn deploy - Push to
masterormainbranch