Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 604 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 604 Bytes

Flutter Production Boilerplate

Demo

Getting Started

Run flutter local web server

  1. Install flutter
  2. In your terminal, run the following commands:
git clone https://github.com/devtodollars/startup-boilerplate.git YOUR_APP_NAME
cd YOUR_APP_NAME
  1. Run the local web server.
cd flutter
flutter run -d chrome --dart-define-from-file=env.json

Stack