Go to file
skillens.ai d305baee71 first commit 2025-10-27 20:16:51 +05:30
.firebase first commit 2025-10-27 20:16:51 +05:30
public first commit 2025-10-27 20:16:51 +05:30
src first commit 2025-10-27 20:16:51 +05:30
.env first commit 2025-10-27 20:16:51 +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 first commit 2025-10-27 20:16:51 +05:30
package.json first commit 2025-10-27 20:16:51 +05:30
package_old.json.bkp first commit 2025-10-27 20:16:51 +05:30
webpack.config.js first commit 2025-10-27 20:16:51 +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.