Skip to content

sudarshan-koirala/CRUD-App-for-Microposts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD Applications using JS modules

Build CRUD application using JavaScript modules. A starter pack is used to build JavaScript applications to compile ES2015/ES6, ES2016/ES7 and ES2017 code down to ES5. 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.

Fake REST API is created using JSON Server.

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

JSON Server

$ npm run json:server

About

Build CRUD application using JavaScript modules.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published