User Tools

Site Tools


node:node

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
node:node [2023/05/09 05:01] – [Resources] utedassnode:node [2024/08/19 10:24] (current) – [Getting started] utedass
Line 34: Line 34:
 ^ Link ^ Description ^ ^ Link ^ Description ^
 | [[https://react.dev]] | React docs | | [[https://react.dev]] | React docs |
-| [[http://jsonplaceholder.typicode.com/]] |  Fake API for testing calls |+| [[http://jsonplaceholder.typicode.com/]] | Fake API for testing calls |
 ===== Getting started ===== ===== Getting started =====
 +
 +<code bash>
 +npm create vite@latest
 +</code>
 +Follow the guide. Pick for example react with JavaScript + SWC
 +
 +Then run
 +<code bash>
 +cd proj-dir
 +npm install
 +npm run dev
 +</code>
 +
 +===== Getting started  -- OLD =====
  
 <code bash> <code bash>
node/node.1683608504.txt.gz · Last modified: 2023/05/09 05:01 by utedass

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki