Mention vscode-styled-components
This commit is contained in:
parent
8c127a6cec
commit
9ec68ecd3d
2 changed files with 11 additions and 1 deletions
|
@ -32,7 +32,7 @@ yarn dev
|
|||
|
||||
That's it. The web app will automatically hot reload when you make changes.
|
||||
|
||||
If you're new to web development and unsure about how to get started, or are
|
||||
If you're new to web development and unsure about how to get started, or are
|
||||
facing some problems when running the above steps, see [docs/new](docs/new.md).
|
||||
|
||||
## Other apps
|
||||
|
|
|
@ -1,5 +1,15 @@
|
|||
# Development
|
||||
|
||||
## Editor setup
|
||||
|
||||
We recommend VS Code, with the following extensions:
|
||||
|
||||
- Prettier - reformats your code automatically (enable format on save),
|
||||
- ESLint - warns you about issues
|
||||
- vscode-styled-components - improved support for our CSS in JS library
|
||||
|
||||
Make sure you're on yarn 1.x series (aka yarn "classic").
|
||||
|
||||
## Yarn commands
|
||||
|
||||
### yarn dev:*
|
||||
|
|
Loading…
Reference in a new issue