Skip to content

joannaWebDev/poll-app-react-node-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

$clone
$npm i

Server

cd src
nodemon server.js

Client

npm run start

SERVER From scratch
cd server
npm init
npm install express cors body-parser
npm install nodemon --save-dev