DEV Community

Paul C. Ishaili
Paul C. Ishaili

Posted on

4

Create react app and node.js server in one line

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

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs