Skip to content

nafiurrashid/react_project

Repository files navigation

Project preview:

Quick deployment for ubuntu

Development Server

wget https://raw.githubusercontent.com/nafiurrashid/react_project/refs/heads/master/Installation_script.sh
chmod +x Installation_script.sh
./Installation_script.sh

Production Server

wget https://raw.githubusercontent.com/nafiurrashid/react_project/refs/heads/master/RunReact_withnginx_onUbuntu.sh
chmod +x RunReact_withnginx_onUbuntu.sh
./RunReact_withnginx_onUbuntu.sh

Resoures I have used:

  1. Material UI https://mui.com/
  2. React-select: https://react-select.com/home
  3. React Date Picker: https://www.npmjs.com/package/react-datepicker
  4. react-modal: https://www.npmjs.com/package/react-modal
  5. sweetalert2: https://sweetalert2.github.io/
  6. Loglevel: https://www.npmjs.com/package/loglevel
  7. React Testing Library: https://testing-library.com/docs/react-testing-library/intro/
  8. Jest: https://jestjs.io/docs/tutorial-react

Getting Started with Create React App

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

npm test

Launches the test runner in the interactive watch mode.\

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.