Skip to content

Commit

Permalink
Create ReadMe file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bopally committed Nov 29, 2024
1 parent 51a7d46 commit e4b3a88
Showing 1 changed file with 27 additions and 5 deletions.
32 changes: 27 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,30 @@
# React + Vite
# Serenity Mountain Frontend

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
## Description

Currently, two official plugins are available:
This repository contains the frontend code for the Serenity Mountain project. Built with React, this application provides a dynamic and responsive user interface for exploring the services and accommodations offered by Serenity Mountain.

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
**IMPORTANT**: This is the repository for the frontend. The repository containing the backend code for the Express API can be found [here](https://github.com/Bopally/winter-app-backend).

## Instructions to Run This Application on Your Computer

### Prerequisites

- Ensure you have Node.js and npm installed on your machine.

- Clone the Repository

- NPM Install

- Key Dependencies to install
axios: ^1.7.8
react: ^18.3.1
react-dom: ^18.3.1
react-router-dom: ^7.0.0
react-snowfall: ^2.2.0

- Run the app with NPM run dev

## DEMO

https://serenity-mountain.netlify.app/

0 comments on commit e4b3a88

Please sign in to comment.