|
|
||
|---|---|---|
| .firebase | ||
| public | ||
| src | ||
| .env | ||
| .firebaserc | ||
| .gitignore | ||
| Book.csv | ||
| README.md | ||
| craco.config.js | ||
| firebase.json | ||
| package-lock.json | ||
| package.json | ||
| package_old.json.bkp | ||
| webpack.config.js | ||
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.