/marketani-client

This application is part of the Marketing website project which runs on the client side

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Table Of Contents

Introduction

Marketani is an online platform designed to facilitate the procurement of agricultural supplies and the sale of farm produce for farmers

Who Is The Initiator Of This Project?

We are group 3 of class 21IF08, a group of students who are learning informatics at the Amikom Yogyakarta University. Allow us to introduce ourselves:

No Name NIM
1 Nabiila Azarine Firdaus 21.11.4332
2 Ega Saputra Hutagalung 21.11.4345
3 Rangga Arya Shena 21.11.4357
4 Pijar Pahlawan Qolbu 21.11.4368
5 Putra Budi Rahayu 21.11.4373
6 Meylani Eka Pertiwi 21.11.4393
7 Retiana Yunita Yeyen 21.11.4543

How To Contribute?

  1. Fork this repo
  2. Clone your forked repo
  3. Run npm install inside the directory to install all the packages it needs
  4. Start make change in your repo
  5. Create a pull request to main repo (this repo)
  6. Happy contributing!!

How To Run This App?

Runs In Dev

npm run dev

Open http://localhost:5173 with your browser to see the result. The view will be refreshed when you create and save a change.

Builds The App

npm run build

Execute the production build process to generate a dist directory within the root directory. This directory contains the static resources suitable for deployment on a web server.

Test Locally

npm run preview

Locally preview production build. Once you've built the app, you may test it locally by running this command. This command will boot up a local static web server that serves the files from dist at http://localhost:4173.

Tech-Stack

  • ReactJS
  • Tailwind CSS

Learn More

ReactJs

Learn ReactJS from the documentation: https://react.dev/

Deploying

Deploy react-vite app: https://vitejs.dev/guide/static-deploy.html