Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 405 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 405 Bytes

art_store

A new Flutter project. This repository is the codebase of a tutorial for creating a mobile store with Flutter and Medusa

Getting Started

How to install

  1. Clone this repository
git clone https://github.com/Gunkev/flutter-medusa.git
    1. Change directory and install dependencies:
cd flutter-medusa
flutter pub get
  1. Start app:
flutter run