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 🤓
Grab all the packages you need to run this project.
npm i
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 👌
When you want to deploy, just run:
npm run build
Now you are able to grab /dist
and deploy it wherever you want !
No time to write it yet...