Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.64 KB

README.md

File metadata and controls

34 lines (29 loc) · 1.64 KB

cra-boilerplate

This is a simple boilerplate for client-side rendered React applications, based on Create React App.

This boilerplate aims to provide configuration of many useful libraries out of the box. It gives a lot of freedom when it comes to project structure and tech stack modifications.

The stack

Setup

  • Clone the repository or click "Use this template" and create your new repository
  • Create an .env file with Google Analytics and/or Sentry configuration
  • Remove the counter example
  • Start working on your first feature!

Usage

yarn prepare # install husky for pre-commit hooks
yarn start # start a development server
yarn lint # lint and automatically fix code
yarn build # create a production build
yarn test # run unit tests