npm i -g nodemon
Auto-generate a package.json (with default ‘yes’ to each of the standard questions) using:
npm init --yes
mkdir NAME_OF_DIRECTORY
npm i express --savetouch server.js
Creating a React App
npx create-react-app NAMEOFYOURAPPcd NAMEOFYOURAPPnpm install.npm start to see if the app was set up correctly.Setting Up Testing
npm i enzyme -Dnpm install enzyme-adapter-react-16 -DThe assignments listed here should take you between 1.5 and 2 total hours.
To start this assignment: