I wanted to explore Netlify CMS & Tailwind CSS, ended up creating this boilerplate.
So far we've got:
Few things I'd like to add in the future:
# ensure you have the prerequisites
# install
brew install node && brew install yarn
# OR update
brew update && brew upgrade && brew install yarn
# install dependencies
yarn install
# serve with hot reload at localhost:3000
yarn dev
# build for production with minification
yarn generate
# run all tests
yarn test
Note: You'll need to specify the Netlify URL when browsing the admin page locally.