Skip to content

Instantly share code, notes, and snippets.

@featherart
Created February 6, 2020 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save featherart/a587f3608eaf1108bf6dffd5f19c5ead to your computer and use it in GitHub Desktop.
Save featherart/a587f3608eaf1108bf6dffd5f19c5ead to your computer and use it in GitHub Desktop.
# scaffold the todos UI app
npx create-react-app todos-ui
# move into the newly created directory
cd todos-ui
# install all dependencies
yarn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment