PracticeKea-UI/README.md

15 lines
413 B
Markdown
Raw Normal View History

2025-10-27 14:46:51 +00:00
# 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.