A CLI tool to scaffold React applications with optional Express and MongoDB integration. Version 7.5.0 (latest) provides a guided process or manual flags to generate a full-stack React project including Webpack dev server, React Fast Refresh, and a SCSS utility library (Sassyons). Unlike Create React App, it offers first-class support for Express backends and MongoDB, with proxy setup for API calls. Release cadence is irregular; last release was in April 2021. Key differentiator: opinionated full-stack scaffold without ejecting, using comments and links for customization.
npm install create-new-appNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows global installation, then creating a new app using the guided process or with CLI flags, and starting the dev server.
Consider using Vite or Create React App for newer React projects. Or manually upgrade dependencies after scaffolding.
Upgrade Node.js to version 10.13.0 or higher.
Use create-new-app my-app --port 3000 to change the port.
Manually update React and related packages after scaffolding, or check for breaking changes in React Refresh.
Run 'npm install -g create-new-app' and ensure npm global bin directory is in your PATH (e.g., export PATH="$(npm bin -g):$PATH")
Run 'sudo npm install -g create-new-app' or configure npm prefix to a directory you own
Run 'npm install' inside the generated project folder before starting the dev server
Ensure you run 'npm install' in the project directory first