Taking Django authentication,
To run this project: Clone the repository
git clone https://github.com/Pramod0215/React-Authentication/
Setting up your virtual environment:
python3 -m venv .env
Activate the Virtual Environment:
source .env/bin/activate
Go to 'React/Sudoku/sudokuapp' and type the following code in the terminal:
"sudo apt install nodejs",
"node --version",
"npm install",
"npm -v",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-scripts": "0.9.5",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0"
Go to install router for rounting url
npm install react-router-dom
Go to install axios for connect backend to frontend
npm install axios
Go install react redux for using redux function
npm install --save react-redux
Then to run the react server, type the code:
npm start


