Skip to content

Instantly share code, notes, and snippets.

@Ifejeremiah
Last active July 26, 2022 10:51
Show Gist options
  • Save Ifejeremiah/9e35548aa4cbd7a036610d17dc23da2f to your computer and use it in GitHub Desktop.
Save Ifejeremiah/9e35548aa4cbd7a036610d17dc23da2f to your computer and use it in GitHub Desktop.
React Init
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