Skip to content

Instantly share code, notes, and snippets.

@DanyF-github
Created January 8, 2021 10:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanyF-github/da6cc9172035a6ff8b66f2f57864c413 to your computer and use it in GitHub Desktop.
Save DanyF-github/da6cc9172035a6ff8b66f2f57864c413 to your computer and use it in GitHub Desktop.
# In Terminal 1 start the server in development mode
cd server/
npm run dev
# In terminal 2 use the already-configured react-scripts script to run the react application
cd client/
npm start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment