Skip to content

Smruti1056/sapper-ecommerce

 
 

Repository files navigation

Installation

Install following (Prerequisites)

git clone https://github.com/itswadesh/sapper-ecommerce.git
cd sapper-ecommerce
yarn
yarn dev

Thats all !

Open http://localhost:4400 on chrome. Your app should be live now

Deployment

Setup devops/live.js (Change according to your hosting envirnoment)

const PM2_NAME = 'h'
const REMOTE_DIR = '/var/www/hopyshopy/www'
const REMOTE_HOST = '165.22.222.60'
const REMOTE_USER = 'root'

Rename sample.env to .env and enter your server private key

Next

yarn live

Configurations

If required change src/config.js according to your requirement

Features

  • TailwindCSS Integrated
  • Server Rendered
  • SEO features
  • Carousel (Slider)
  • Instant Search
  • Faceted filters
  • 1 click deploy to live server
  • API calls
  • Skeletons
  • Responsive
  • Loading Indicators
  • Componentized Checkbox, Radio, Textbox
  • PWA
  • >90 PWA score

Releases

No releases published

Packages

No packages published

Languages

  • HTML 62.2%
  • CSS 19.2%
  • JavaScript 18.6%