Last active
May 7, 2020 03:37
-
-
Save Tapia641/ca3662bc74cee3db0b7f37a6496879ec to your computer and use it in GitHub Desktop.
React basic commands
This file contains hidden or 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
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