This is my Svelte implementation of Hennge challenge !
The challenge consisted in implementing a responsive webmail interface from static mockups.
This was pretty challenging & interesting, because there were lots of tricky details hidden in mockups, that required meticulous analysis.
https://hennge-challenge-alpliar.vercel.app/
Clone this repository...
git clone https://github.com/alpliar/hennge-challenge.git
Install the dependencies...
cd hennge-challenge
npm install
...then start Rollup:
npm run dev
Navigate to localhost:5000.
To create an optimised version of the app:
npm run build
You can run the newly built app with npm run start
. This uses sirv