/react-starter

Starting point repo for quickly getting a react app up and running (with Jest & Enzyme).

Primary LanguageJavaScript

Starting Point Repo.

Repository which has the starting point for React, Jest, ESLint, Prettier and Enzyme.

This project was bootstrapped with Create React App.

Available Scripts.

  • yarn run start - Run the local debug server on port 3000.
  • yarn run test - Run the unit test suite (jest).
  • yarn run lint - Check to see if there are linting issues.
  • yarn run lint:fix - Attempt to automatically fix linting issues.