Skip to content

Instantly share code, notes, and snippets.

@vihardesu
Last active July 22, 2020 23:04
Show Gist options
  • Save vihardesu/6bf1d8515628f17a7c54d5693ae47a10 to your computer and use it in GitHub Desktop.
Save vihardesu/6bf1d8515628f17a7c54d5693ae47a10 to your computer and use it in GitHub Desktop.
Installs the latest create-react-app with some opinionated dependencies and folder structures
mkdir [APP NAME]
cd [APP NAME]
npx create-react-app client
cd client
npm install --save styled-components react-router-dom react-icons react-device-detect
cd src
mkdir components containers assets utilities
@vihardesu
Copy link
Author

vihardesu commented Jul 22, 2020

curl -o [file name] [github url raw file]

@vihardesu
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment