Skip to content

pavlo91/3D-photo-gallery

Repository files navigation

Home page Custom page Cu page

3D photo gallery

react.js, camera control, image gallery


Installation

npm i

Usage

Development server

npm start

You can view the development server at localhost:8080.

Production build

npm run build

Note: Install http-server globally to deploy a simple server.

npm i -g http-server

You can view the deploy by creating a server in dist.

cd dist && http-server

Fix lint issues

Javascript

npm run fix-js

SCSS/CSS

npm run fix-styling

Features

Dependencies

Three.js

Webpack

Babel

Loaders

Plugins

Author & Contributors

License

This project is open source and available under the MIT License.