node:node
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| node:node [2023/05/07 18:13] – [VS Code] utedass | node:node [2024/08/19 10:24] (current) – [Getting started] utedass | ||
|---|---|---|---|
| Line 23: | Line 23: | ||
| | Prettier - Code formatter | | Prettier - Code formatter | ||
| | ES7+ React/ | | ES7+ React/ | ||
| + | | indent-rainbow | Easier to read indents | | ||
| ^ Hotkey ^ Description ^ | ^ Hotkey ^ Description ^ | ||
| Line 28: | Line 29: | ||
| | | | | | | | | ||
| | | | | | | | | ||
| + | |||
| + | ===== Resources ===== | ||
| + | |||
| + | ^ Link ^ Description ^ | ||
| + | | [[https:// | ||
| + | | [[http:// | ||
| ===== Getting started ===== | ===== Getting started ===== | ||
| + | |||
| + | <code bash> | ||
| + | npm create vite@latest | ||
| + | </ | ||
| + | Follow the guide. Pick for example react with JavaScript + SWC | ||
| + | |||
| + | Then run | ||
| + | <code bash> | ||
| + | cd proj-dir | ||
| + | npm install | ||
| + | npm run dev | ||
| + | </ | ||
| + | |||
| + | ===== Getting started | ||
| <code bash> | <code bash> | ||
node/node.1683483189.txt.gz · Last modified: 2023/05/07 18:13 by utedass
