/nodejs-and-react

Integrating ReactJS with NodeJS in localhost.

Primary LanguageJavaScript

NodeJS & React

Integrating ReactJS with NodeJS in localhost. Requests are provided by axios and the data is storaged through mysql.

Libraries

styled-components, mysql, express, axios, cors.

Start server

Client

npm install
node index.js

Server

npm install
npm start