Skip to content

shafiulshaon/Svelte-email-managing-app

Repository files navigation

Running the project

Install the dependencies...

npm install

...then start Rollup in development mode:

npm run dev

Navigate to localhost:5000.

Building the project for deployment

To generate production version:

npm run build

Technologies used

  • Svelte framework is used since it doesn't produce any runtime element. This should keep the app performant as new features are added.
  • Typescript is used to augment Javascript with type information. Helps prevent bugs from showing up.
  • SCSS syntax is used to help write complex CSS rules, as well as all its pre-processing benefits.
  • Lodash is added so we don't have to reinvent the wheel for utility functions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published