Skip to content

Setting up VS Code

George Haberis edited this page Jan 8, 2024 · 10 revisions

VS Code can do inline prettier and eslint checks and it's the bees knees and it'll make your life more joyous:

screenshot 2019-02-13 at 10 15 51 am

Extensions

We have included recommended extensions in the .vscode/extensions.json file. When you open the project in VS Code you'll be prompted to install them, we recommend you do as they'll make development easier!

Settings

We've also included an example/recommended settings.json file at .vscode/settings.json.recommended. Use this in your workspace by copying the contents to a new file at .vscode/settings.json, this will enable eslint and prettier type checking as you save, while preventing VS Code from auto formatting code wrongly.

πŸ™‹β€β™€οΈ General Information

🎨 Client-side 101

βš›οΈ React+Redux

πŸ’° Payment methods

πŸŽ› Deployment & Testing

πŸ“Š AB Testing

🚧 Helper Components

πŸ“š Other Reference

1️⃣ Quickstarts

πŸ›€οΈ Tracking

Clone this wiki locally