Skip to content

sampolahtinen/react-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Starter Kit

Bells and whistles for easily kick-starting your next React project.

Core:

  • React v17
  • Webpack v5 w/ esbuild
  • Service worker
  • Theme UI
  • Emotion CSS-in-JS

Testing:

  • Jest
  • Enzyme
  • React testing library

Getting Started

  1. clone / fork the repo
  2. install dependencies yarn

Developing

yarn dev - starts webserver at http://localhost:3000

Testing

yarn test --watch - watch local files yarn test --coverage - collect code test coverage

Build

yarn build - creates a static dist folder

About

React starter kit with Babel, Webpack, Enzyme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors