Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| engineering:computer_science:mern_stack:useful_commands [2024/08/16 13:56] – removed - external edit (Unknown date) 127.0.0.1 | engineering:computer_science:mern_stack:useful_commands [2024/08/16 13:56] (current) – ↷ Links adapted because of a move operation carlossousa | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== MERN Stack - Useful Commands ====== | ||
| + | |||
| + | Part of [[engineering: | ||
| + | |||
| + | ===== NodeJs ===== | ||
| + | |||
| + | ^Command^Description^Notes| | ||
| + | |npm init|Initializes a new node.js project| | | ||
| + | |npm install < | ||
| + | |||
| + | ===== ReactJS ===== | ||
| + | |||
| + | ^Command^Description^Notes| | ||
| + | |npx create-react-app < | ||
| + | |npm start|Starts the react server| | | ||
| + | |npm run build|Bundles the app into static files for production| | | ||
| + | | | | | | ||
| + | |||