Create react app and node.js server in one line
Paul C. Ishaili

Paul C. Ishaili @mrpaulishaili

About: CEO, ²⁴/⁷ Technology & Business Coach.

Location:
Abuja, Nigeria
Joined:
Sep 29, 2021

Create react app and node.js server in one line

Publish Date: Oct 27 '22
5 0
mkdir client server && cd client && npx create-react-app . && npm i react-router-dom && cd ../server && npm init -y && npm i express 
Enter fullscreen mode Exit fullscreen mode

Comments 0 total

    Add comment