Creating basic server client set up using express and react and the use of concurrently
SERVER
1) Create a project directory
mkdir basics
1) Initialize the project using npm init.
cd basics
npm init
2) Since we'll be using express as our backend, let's install it using npm. Also, sice we'll have our client and server in the same project...
mehak.hashnode.dev4 min read