computer_science:mern_stack:useful_commands

MERN Stack - Useful Commands

Part of MERN Stack

CommandDescriptionNotes
npm initInitializes a new node.js project
npm install <package> –saveInstalls and adds the package to the dependency files in packagejson
CommandDescriptionNotes
npx create-react-app <app-name>Creates a new app
npm startStarts the react server
npm run buildBundles the app into static files for production
  • computer_science/mern_stack/useful_commands.txt
  • Last modified: 2023/12/01 12:07
  • by 127.0.0.1