Skip to content

Instantly share code, notes, and snippets.

@arman-hpp
Last active December 13, 2019 06:46
Show Gist options
  • Save arman-hpp/ce9304f2e239b7ccfc722fc37c6b0062 to your computer and use it in GitHub Desktop.
Save arman-hpp/ce9304f2e239b7ccfc722fc37c6b0062 to your computer and use it in GitHub Desktop.
1- download Node.js from https://nodejs.org/en/download/ and install it.
2- npm install -g npm@latest
3- npm i -g create-react-app
4- in VSCODE instal this ext:
- Simple React Snippets
- Prettier
- Eslint
- glean
- Auto import
5- file->preferences->settings
search 'Save'
Enable 'Format On Save'
6- npm i -g typescript eslint tslint eslint-plugin-react-hooks
file-> preferences-> settings
Auto fix on save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment