abhidtu2014 / modern-vanilla-app

Modern Vanilla app uses Pure Javascript with Webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

modern-vanilla-app

This app uses Pure Vanilla Javascript for developing SPA with Webpack.

Cool Things to check out

  • It uses Webpack for bundling and dynamic imports for module chunk loading.
  • It follows MVVM/ MVC architecture.
  • It uses ES6 modules for module/component generation.
  • It uses Template literals for dynamically creating HTML.

Install and Run

To run on your local environment perform the following steps:

  • Clone the repo
  • Run npm install
  • Run npm start

About

Modern Vanilla app uses Pure Javascript with Webpack


Languages

Language:JavaScript 99.2%Language:CSS 0.6%Language:HTML 0.2%