nassem1
12/11/2019 - 4:29 PM

React starter

/* 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;