Svelte boilerplate - inspired by Hackathon Starter
Koa API repo can be found here koa-api
Click here to view the app live.
git clone https://github.com/mylastore/svelte-boilerplate
npm install && npm run dev
Now head over to your favourite browser and open up localhost:3000
and you are ready to go.
IMPORTANT! Start the API section and follow the instructions on how to seed the sample DATA.
Login as ADMIN me@me.com and Password#1 to see the amid sample data.
Login as customer me1@me.com Password#1
To build the project run the following:
npm run build
Upload all the files minus node_modules and run npm install and npm run build