Skip to content

jomartin-999/initializr-react

 
 

Repository files navigation

start.spring.io

Introduction

This is the Initializr Website, located at https://start.spring.io. The application is powered by GatsbyJS.

Building

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

About

initializr-react

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.3%
  • CSS 30.7%