Skip to content

hibiotech/voting-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Crypto trading with membership tiers

Node v16 | Express | React

How To

Install Node.js v16.

Step 1: Install Backend Dependencies

In your terminal, navigate to the /backend directory of the project and run the following command to install the backend dependencies:

cd backend
yarn install

Or

npm install

This command will install all the required packages specified in the package.json file.

Step 2: Run the Backend Server

In the same terminal, run the following command to start the backend server:

yarn start

Or

npm run start

This command will start the backend server, and it will listen for incoming requests.

Step 3: Install Frontend Dependencies

Open a new terminal window , and run the following command to install the frontend dependencies:

cd frontend
yarn install

Or

npm install --force

Step 4: Run the Frontend Server

After installing the frontend dependencies, run the following command in the same terminal to start the frontend server:

yarn start

Or

npm run start

This command will start the frontend server, and you'll be able to access the website on localhost:3000 in your web browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages