Last active
July 26, 2022 10:51
-
-
Save Ifejeremiah/9e35548aa4cbd7a036610d17dc23da2f to your computer and use it in GitHub Desktop.
React Init
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
REACT SETUP | |
- Create React workspace using Create React App CLI | |
$ npx create-react-app my-app | |
- Create React workspace in current directory | |
$ npx create-react-app . | |
- Go into workspace directory | |
$ cd my-app | |
- Start up VSCode in the current directory and start up react server | |
$ code . && npm start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment