This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- nodejs >= 14.17.6
- npm >= 6.14.15
-
Clone the repo
git clone https://github.com/disalad/mern-auth.git
-
Install NPM packages for both client and server
npm install
-
Enter your access token and port in an enviroment file inside
server
directory.JWT_ACCESS_TOKEN = ENTER ACCESS TOKEN PORT = ENTER YOUR PORT NUMBER
-
Change the
"proxy"
inclient -> package.json
before you start the react app. -
Start both client and server in a development server
npm start
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/disalad/mernauth