Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 341 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 341 Bytes

Simple Pagination JS

Simple Pagination using plain Javascript

Installation

$ npm run dev

Open browser at http:localhost:3000

Additional config

To automatically open browser everytime you run the server, open bs-config.json and change open to true or remove the config entirely

{
  "open": true
}