Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== MERN Stack - Useful Commands ====== Part of [[engineering:computer_science:mern_stack:mern_stack|MERN Stack]] ===== NodeJs ===== ^Command^Description^Notes| |npm init|Initializes a new node.js project| | |npm install <package> –save|Installs and adds the package to the dependency files in packagejson| | ===== ReactJS ===== ^Command^Description^Notes| |npx create-react-app <app-name>|Creates a new app| | |npm start|Starts the react server| | |npm run build|Bundles the app into static files for production| | | | | | CKG Edit engineering/computer_science/mern_stack/useful_commands.txt Last modified: 2024/08/16 13:56by carlossousa