Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 253 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 253 Bytes

Documentation site for Backgrid.js

How to build

# Build for developement
$ npm run build

# Start the Webpack dev server
$ npm run build-dev

# Build for production
$ NODE_DEV=production npm run build