dariocravero / cra-blank

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

facebook/create-react-app#5809

# run normal project
yarn start

# run with update that changes a src file as CRA boots
# this gives us a blank page
yarn start:update

# run with update that changes a src file 100s after CRA boots
# this works but of course it's unreliable
yarn start:update:delayed

About


Languages

Language:JavaScript 71.1%Language:HTML 17.8%Language:CSS 9.6%Language:Shell 1.5%