biobot-01 / microposts

JS Microposts App using ES6 Modules, JSON Server, Webpack & Babel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microposts App

A JavaScript Frontend CRUD Posts App using ES6 Modules & JSON Server for the REST API. Code is transpiled using Webpack & Babel.

Version

1.0.0

Usage

Installation

Install the dependencies

$ npm install

JSON Server

To run a fake JSON REST API Server - Runs json-server

$ npm json:serve

Serve

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

$ npm start

Build

Compile and build

$ npm run build

More Info

License

This project is licensed under the MIT License

About

JS Microposts App using ES6 Modules, JSON Server, Webpack & Babel.


Languages

Language:JavaScript 81.6%Language:HTML 18.4%