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/09 05:01] – [Resources] utedass | node:node [2024/08/19 10:24] (current) – [Getting started] utedass | ||
|---|---|---|---|
| Line 34: | Line 34: | ||
| ^ Link ^ Description ^ | ^ Link ^ Description ^ | ||
| | [[https:// | | [[https:// | ||
| - | | [[http:// | + | | [[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.1683608504.txt.gz · Last modified: 2023/05/09 05:01 by utedass
