This is the Initializr Website, located at https://start.spring.io. The application is powered by GatsbyJS.
You'll need NodeJS v10+ and Yarn installed globally.
# Init
yarn install # Install dependencies
# Linter / Prettier
yarn run lint # Linter
yarn run fix # Fix linting errors
# Dev
yarn start # Run dev
# Prod
yarn build # Run dev
yarn serve # Serve the prod build