Link to React application - https://local-bitcoins.netlify.app
#Table of Content
- Front-End Dependencies
- react
- react router
- dotenv
- redux
- redux logger
- redux thunk
- antd
- socket.io client
- axios
- moment
- node-sass
- NPM should be installed:
NPM version > 6.14.4
- NODE should be installed:
NODE LTS version > 12.16.2
-
Create a
.env
file and the format should be as given in.env.example
. -
Run these commands then -
npm install (To install all the dependencies) npm start (To start client on local server)