Writing custom scripts to run web applications
Automating Full Stack applications with npm
We are running our client and server in separate terminals. This is can be done together in a single terminal.
We create a package.json in our root folder that contains both client and server.
npm -y init
W...
siddhantsiddh15.hashnode.dev3 min read