Skip to content

A minimal React boilerplate using Parcel. Includes testing with Jest and React Testing Library

Notifications You must be signed in to change notification settings

facn5/Git-battle-hub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal React Boilerplate

This is a very minimal set-up to get started writing a React app. It bundles your code using Parcel and has Jest configured to write tests with react-testing-library.

Getting started

Quick start

  1. Clone this repo
  2. npm i
  3. npm run dev to start the development server

Slow start

If you want a bit more info about what exactly is needed for this project to work go to the setup guide and follow the manual installation steps in a fresh repo of your own.

About

A minimal React boilerplate using Parcel. Includes testing with Jest and React Testing Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.0%
  • CSS 23.5%
  • HTML 4.5%