Nagwa Test
NPM Install
# install npm packages on the react client app
> cd client
> npm install
# install npm packages on the node express server
> cd ..
> cd server
> npm install
Run Client & Server
# first terminal tab
> cd client
> npm run start
# second terminal tab
> cd server
> node server.js
Used packages
- Node
- React
- Express
- axios
- sass