Skip to content

ziiw/simpleshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 🤓


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

No time to write it yet...