install packages with npm install
.
run the development server with npm start
.
build the project with npm build
.
This boilerplate was created using create-react-app and was slightly modified
Refresh on change is enabled by default, so any save on the source files will cause the development server to refresh.
We use prettier, eslint and editorconfig for development.
feature_branch -> develop (needs review) -> master