Last active
April 17, 2020 08:30
-
-
Save koyanloshe/f37e03899a4e22df6ff4575d4ce1dcc1 to your computer and use it in GitHub Desktop.
React app CLI commands #Javascript
This file contains 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
# 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 |
This file contains 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
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