A fully functional web store built with Svelte and NodeJS with Express.js
- Modern dynamic landing page
- Modular product structure
- Clean backend API
# clone repo
git clone https://github.com/gustavsDev/Store-App.git Store_App
# change directory to project
cd Store_App
# install all needed dependencies.
npm install
Svelte needs to be compiled before launching the node.js server.
Building the Svelte app is done with the npm run build
command.
For starting the server, run npm run start
or
An command for running them all: npm run all