Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 971 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 971 Bytes

React Boilerplate with Tests

React Parcel Jest React Router Made With

A project to demonstrate testing in React

Built With

Usage

  • Fork this repo, clone to your desktop, and install dependencies:
    npm install
  • Start the server, and navigate to localhost:1234
    npm run start
  • Run the test suite
    npm run test

Made with ♥️ by Adam Sisk