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 19:33] – [VS Code] utedass | node:node [2024/08/19 10:24] (current) – [Getting started] utedass | ||
|---|---|---|---|
| Line 29: | 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.1683488031.txt.gz · Last modified: 2023/05/07 19:33 by utedass
