/simpleadmin

Primary LanguageJavaScriptMIT LicenseMIT

Simple shop

Welcome to this Simple shop, glad you are here ! The aim of this project is to create a deadly simple shop to start a new e-commerce. This boilerplate should be able to handle the most simple project, and also be able to scale for bigger projects. Let's take a look of what's inside 🤓


Front-end Customisation

1. Install ⏳

Grab all the packages you need to run this project.

npm i

2. Development 🔨

npm start

It will start the webpack-dev-server who's taking care of all the changes you made to your files and reload your browser 👌

3. Build 📦

When you want to deploy, just run:

npm run build

4. Deploy 🚀

Now you are able to grab /dist and deploy it wherever you want !


Documentation

Data Types

  1. Products
  • name
  • description
  • category
  • tags
  • visuals
  • variants
    • sizes?
    • colors?
    • ...
  • price
  • availibility
  1. Categories
  • name
  1. Tags
  • name
  1. Discounts
  • code