costh / QnA-VanillaJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question and Answer

Boiler plate utilising parcel as the build system forked from https://github.com/bradtraversy/vanilla-parcel-boilerplate

Utilises IndexedDBDatabase to store the posts - Dexie Wrapper was used to interact with IndexedDB https://dexie.org/

Bootstrap utilised for the styling, currently requested via CDN - https://getbootstrap.com/

Navigo used for client side routing - https://github.com/krasimir/navigo

Post Questions and Reply to them!

Usage

Install dependencies

npm install

Run dev server - http://localhost:3000

npm run dev

Build assets for production

npm run build

About


Languages

Language:JavaScript 91.7%Language:HTML 8.3%