Skip to content

Instantly share code, notes, and snippets.

@kvutien
Created January 3, 2021 11:25
Show Gist options
  • Save kvutien/a35cf704aeb84bddafcd232d299b3184 to your computer and use it in GitHub Desktop.
Save kvutien/a35cf704aeb84bddafcd232d299b3184 to your computer and use it in GitHub Desktop.
Simple example of the commands to create and run a react application
npx create-react-app myfrontend
cd myfrontend
npm run start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment