Install app by looking at package.json to create node_module
folder
npm install
Run Json-Server
npx json-server --watch data/db.json --port 8000
npx create-react-app .
Note: Replace "."(dot) with Directory-name to create app in that directory. The dot represent current directory.
ES7+ React/Redux/React-Native snippets
Simple React Snippets
{javascript: javascriptreact}
npm i uuid