Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 343 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 343 Bytes

image-grid

Image grid.

Building and running on localhost

First install dependencies:

npm install

To run in hot module reloading mode:

npm start

To create a production build:

npm run build-prod

Running

node dist/bundle.js

Credits

Made with createapp.dev