/simple-app

Primary LanguageJavaScript

Seller Mobile WebApp

Requirements (Dev Setup)

Once you have the repo

  1. Clone the repo (Only needed the first time)
git clone https://github.com/raghudevan/simple-app.git simple-app
  1. Move into the repo
cd simple-app
  1. Install dependencies (Only needed the first time)
yarn install
  1. Start the app in development mode
yarn start

To generate the distribution bundle

yarn build