This is a website written with the Svelte Framework. This is known to be the most fun to use web framework currently existing in the world of web frameworks.
Growpal is an ecommerce app made specifically for apartment and villa societies. You might have seen sellers in your society selling home made food, baked cakes, jewellery, clothes etc. The way they market now is just through annoying and spammy WhatsApp forwards. This is not ideal and this project aims to solve that by building a custom made area specific ecommerce app for these sellers.
- Make sure you have
nodejs
installed on your system. - Clone this repository
- cd into the cloned directory:
cd GrowPal-Web
- Run
npm install
to install all the needed dependencies - Run
yarn run dev
to localhost the website - You can find the website at
http://localhost:5173
Most of of your development will be in the src folder. It looks like this:
src
├── app.css
├── app.html
├── index.test.js
├── lib
│ └── store.js
└── routes
├── +layout.svelte
├── +page.js
├── +page.svelte
├── about
│ └── +page.svelte
└── sell
└── +page.svelte
5 directories, 9 files
Every folder inside the /routes
folder is a route on the web application. This is similar to frameworks like Next.JS
. Every route has a +page.svelte
file inside them which contains the web page contents for that particular route. Please aproach the maintainer or look up documentation for any kind of clarifications.
The website is server-side-rendered using sveltekit
and hosted on vercel
Anurag Rao @anuragrao04
email: [email protected] phone number: +91 9663006833