15 lines
413 B
Markdown
15 lines
413 B
Markdown
# 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.
|