WebVR using aframe and react.
A demo of this web application is running on a free See Demo https://react-webvr.herokuapp.com/webvr, with very limited resources.
Go to WebVR Demo page above ( https://react-webvr.herokuapp.com/webvr )
Click the "Into WebVR" button to enter the WebVR 3D space.
Click the button again to exit the WebVR 3D space and return to 2D page.
Drag your mouse on the screen to look around ( ***The sky will take time to load*** )
Use your keyboard 'w' 'a' 's' 'd' to move the rotating coffee cup around.
This project is to demonstrate the WebVR using aframe and react.
This project is inspired by RSpace/aframe-meetup-example.
This project is modified from cloudmu/react-redux-starter-kit.
This project can be deployed to Heroku.
This is yet another React and Redux based web application starter kit. However, this one attempts to go beyond the typical simple boilerplates, by showcasing several great technologies (such as React, Redux, React-Router, Fixed-Data-Table, Bootstrap, Babel, Webpack) and JWT) used together to develop a more complex web application, with features such as authentication, navigation, asynchronous data fetching, error handling, caching and pagination, etc.
npm install
npm start
Then open http://localhost:3000
npm run build
NODE_ENV=production PORT=80 npm start
Then open http://localhost
- Best React practice by separating "smart" and "dumb" components
- Async Data fetching with caching and pagination
- Data fetching error handling
- Authentication and Page Restrictions (based on JWT)
- React
- Redux
- React Router
- JSON Web Tokens (JWT)
- Fixed-Data-Table
- style-loader
- Bootstrap
- Express
- Babel
- Webpack