Skip to content

ayushsinghal90/restro-frontend

Repository files navigation

Restro

Your one-stop solution for all you restaurant management.

Getting Started

Prerequisites

  • Node.js 18+
  • npm 9+

Installation

  1. Clone the repository
  2. Install dependencies:
npm install
  1. Copy the environment template:
cp .env.example .env
  1. Update the .env file with your configuration
  2. Start the development server:
npm run dev

Project Structure

src/
├── assets/           # Images and static files
├── components/       # Reusable UI components
├── config/           # Configuration files
├── contexts/         # Context for shared pages
├── hooks/            # Custom React hooks
├── lib/              # Utils for common func
├── pages/            # Page components
├── store/            # Redux store configuration
├── types/            # TypeScript type definitions
└── utils/            # Utility functions

Development

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm run preview - Preview production build
  • npm run lint - Run ESLint

Environment Variables

See .env.example for all available configuration options.

License

MIT License - See LICENSE file for details

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages