Go to file
skillens.ai 9b6c8f4fef subject fix 2025-11-01 14:23:36 +05:30
.firebase subject fix 2025-11-01 14:23:36 +05:30
public first commit 2025-10-27 20:16:51 +05:30
src subject fix 2025-11-01 14:23:36 +05:30
.env replaced odiprojects with practicekea in urls 2025-10-31 01:23:01 +05:30
.firebaserc first commit 2025-10-27 20:16:51 +05:30
.gitignore first commit 2025-10-27 20:16:51 +05:30
Book.csv first commit 2025-10-27 20:16:51 +05:30
README.md first commit 2025-10-27 20:16:51 +05:30
craco.config.js first commit 2025-10-27 20:16:51 +05:30
firebase.json first commit 2025-10-27 20:16:51 +05:30
package-lock.json report fix 2025-10-31 00:01:32 +05:30
package.json report fix 2025-10-31 00:01:32 +05:30
package_old.json.bkp first commit 2025-10-27 20:16:51 +05:30
webpack.config.js replaced odiprojects with practicekea in urls 2025-10-31 01:23:01 +05:30

README.md

Online Assesment ReactJS Application

To start with local setup and run;

npm install

Make sure you have the .env file with you or contact the developer for the same;

After successful installation of dependencies, start the React Application;

npm start

To create build and deploy in production server;

npm run build

Then, copy the content of "build" directory to server "www" folder to deploy.