This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
Color scheme of landing: https://coolors.co/1d5276-eeeeee-188265-272727-ce2d4f
To get started with the React Vite app, follow these steps:
(Ensure you have Node.js installed. You can verify this by running node -v in your terminal. You should have a package manager installed. This project uses npm by default)
-
Clone the Repository
-
Navigate to the Project Directory
-
Install the required dependencies using npm:
npm install
-
Start the development server with:
npm run dev
Or, to run the containerized version:
docker compose up
-
To run tests, use::
npm test
-
Copy the .env.sample file to a new file named .env like below:
cp .env.sample .env
-
Fill in the values for each environment variable in the .env file.
The .env file should not be committed to the repository as it's listed in the .gitignore.
npm install react-toastify