Home - sandeep-g-more/webatool GitHub Wiki
Webatool
Check the accessibility of your web application
webatool
Web Accessibility tool
Prerequisite
- Install nodejs
- Install mysql server
- Install workbench
- Install Vscode
Clone the project locally
Open the terminal with your workspace folder and copy & paste the following in your terminal and hit enter.
git clone https://github.com/sandeepganapatimore/webatool.git
Run Nodejs Backed Server
Go to the server
directory using the cd server
Install dependencies
npm install
Run the project
npm start
Run the React App
Go to the client
directory using the command cd client
Install dependencies
npm install
Run the project
npm start