Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save koyanloshe/f37e03899a4e22df6ff4575d4ce1dcc1 to your computer and use it in GitHub Desktop.
Save koyanloshe/f37e03899a4e22df6ff4575d4ce1dcc1 to your computer and use it in GitHub Desktop.
React app CLI commands #Javascript
# clone repo
git clone https://github.com/Microsoft/vscode-react-sample.git react-todo
# navigate to repo
cd appFolderName
# install deps
npm install
# Run in terminal backend
npm run serve
# run in terminal frontend
npm run dev
git clone https://github.com/Hashnode/mern-starter.git
cd mern-starter
npm install
code .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment