Created
February 6, 2020 07:44
-
-
Save featherart/a587f3608eaf1108bf6dffd5f19c5ead to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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