/* intall react app */ npx create-react-app my-app cd my-app npm start /////////////////////////////////////////////////////////////// /* add sass to react */ npm add node-sass /* what is JSX */ JSX = javaScript xml;