Skip to content

Instantly share code, notes, and snippets.

@Tapia641
Last active May 7, 2020 03:37
Show Gist options
  • Save Tapia641/ca3662bc74cee3db0b7f37a6496879ec to your computer and use it in GitHub Desktop.
Save Tapia641/ca3662bc74cee3db0b7f37a6496879ec to your computer and use it in GitHub Desktop.
React basic commands
For cerate new project:
NPX: npm package runner
npx create-react-app <App-name>
Run project:
cd route
npm start
npm install --save @material-ui/core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment