Skip to content

A simple React, Babel, and Jest project using Yarn

Notifications You must be signed in to change notification settings

amb8l/react-babel-jest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-babel-jest

A simple project structure for React with Babel and Jest, using Yarn.

Usage

Clone this repo:

git clone git@github.com:AshleyByeUK/react-babel-jest.git project-name

Install Yarn dependencies:

cd project-name
yarn install

Check that everything works, see below. Once happy, re-initialise Git for your project:

rm -rf .git
git init

Checking it works

Run the test to make sure everything installed and is hooked up correctly:

yarn test

About

A simple React, Babel, and Jest project using Yarn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published