OMNAv1 Simple Page Application for Shopify.
Clone this project and install all the project dependencies.
git clone https://github.com/cenit-io/omna-v1-spa-polaris.git
cd omna-v1-spa-polaris
npm install
Run the local webpack
development server.
npm start
Open http://localhost:8080 in your browser and you should see the application.
You can bundle up your application using the preconfigured webpack build.
npm run build