Creating basic server client set up using express and react and the use of concurrently
Mar 7, 2021 · 4 min read · 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...
Join discussion