Skip to content

thanhit23/rose-petals

Repository files navigation


Logo

Rose Petals

E-commerce website can buy and sell goods online
View »

Mui Css HTML React Redux Redux

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest
  • yarn
    npm install yarn

Installation

  1. Clone the repo
    git clone https://github.com/thanhit23/rose-petals.git
  2. Install packages
    1. With NPM
      npm install
    2. With YARN
      yarn install or yarn
  3. Set the environment variables:
    cp .env.example .env.development
    API_BASE_URL=
  4. Run project
    npm start
    yarn start

Project Structure

src\
  |-common -
  |-components
  |-containers
  |-helpers
  |-hooks
  |-layouts
  |-middleware
  |-resources
  |-routes
  |-service
  |-translations
  |-utils