Skip to content

MikeDigitize/cra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Create React App

React, Jest, Babel and Webpack dev server. All set up and ready to go...

Fork or create empty repo on Github and...

// clone this repo into your new repo
git clone https://github.com/MikeDigitize/cra new-repo-name
cd new-repo-name

// change my username to yours in URL below as you run these commands
git remote set-url origin https://github.com/MikeDigitize/new-repo-name
git remote add upstream https://github.com/MikeDigitize/new-repo-name
git push origin master

// show outdated dependencies
yarn outdated

// update all dependencies to latest (optional)
yarn upgrade

// install dependencies
yarn install

// let the fun begin
yarn start
yarn test

About

My own lightweight Create React app - React, Webpack (5), Babel, Jest, React Testing Library. Lean and mean...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published