Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 863 Bytes

File metadata and controls

49 lines (38 loc) · 863 Bytes

From: Diego Emanuel Falcão Chaves

projeto_final

Project setup

npm install

Compiles and hot-reloads for development

cd server and run

npm run dev

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

"dependencies"(client): {

"@material-ui/core": "^4.12.4",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^0.27.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"

},

"dependencies (server)": {

"cors": "^2.8.5",
"expess": "^0.0.1-security",
"mysql": "^2.18.1",
"nodemon": "^2.0.16", 
}

Customize configuration

See Configuration Reference.