Show Menu
Cheatography

Javascript Cheat Sheet (DRAFT) by

nodejs, React app, js

This is a draft cheat sheet. It is a work in progress and is not finished yet.

React

npx create-react-app myapp //this create new react app in nodejs
npm start //run react app
npm i react-select //install component react-select

nodejs


node index.js //Run js by node