Skip to content

Microspost Application with fake REST api from jsonplaceholder.com. It lets you post stuff thats currently on your mind in real time

Notifications You must be signed in to change notification settings

sunnyjain15699/Microspost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Babel Webpack Starter

A starter pack to build JavaScript applications using standards from ES2015, ES2016 & ES2017. It uses webpack, Babel and webpack-dev-server to compile and serve. It is fully compatible with Async/Await as it uses the Babel polyfill.

Version

1.1.0

Usage

Installation

Install the dependencies

$ npm install

Serve

To serve in the browser - Runs webpack-dev-server

$ npm start

Build

Compile and build

$ npm run build

About

Microspost Application with fake REST api from jsonplaceholder.com. It lets you post stuff thats currently on your mind in real time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages