Luka-Abey / ruthfully-storefront

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crafts Storefront

Storefront component of full-stack project, extending and customising the Saleor (2.11) eCommerce platform.

Installing and Running on Linux:

First, you must have the API running, and the API_URI noted down, as you will need it to wire up the storefront with the backend. Initial setup of machine:

sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get -y upgrade

Node and Node Version Manager:

sudo apt install npm

curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash

source ~/.profile 
source ~/.bashrc
nvm install v12

Navigate to where you want to install and:

git clone https://github.com/Luka-Abey/ruthfully-storefront.git
cd ruthfully-storefront

Now to install dependencies:

npm i

And to run:

npm start

Built With

By Mirumee and Luka-Abey

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 90.1%Language:SCSS 5.3%Language:JavaScript 4.4%Language:Handlebars 0.1%Language:HTML 0.1%Language:Dockerfile 0.0%