vishalibitwar / QuotesBook

QuotesBook web app Using fake REST api { Json-Server } and vanilla js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuotesBook

This is a javascript project that uses Babel Webpack Starter to work with ES6 syntax and compile it down to ES5. Also uses JSON-Server to simulate a back end api.

Local Setup

 1. Download or Clone Repo
 
 2. Install Dependencies
           npm install
          
 3. Start Json-Server, Open a new Terminal window and run command 
           npm run json:server

 4. serve with hot reload at localhost:8080
           npm start

About

QuotesBook web app Using fake REST api { Json-Server } and vanilla js


Languages

Language:JavaScript 99.3%Language:HTML 0.5%Language:CSS 0.2%