You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
cd server-api
|
|
|
|
npm install --save body-parser
|
|
npm install --save cors
|
|
npm install --save mysql
|
|
npm install --save express
|
|
npm install -g nodemon
|
|
npm install --save-dev nodemon
|
|
npm install crypto-js
|
|
|
|
|
|
npm install --save axios
|
|
npm install @mui/material @emotion/react @emotion/styled |