Skip to content

RikardGehlin/earth-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Build Status Greenkeeper badge

npm install
npm start

Then open http://localhost:8080/webpack-dev-server/index.html

Project Setup

This basic example follows the Presentational and Container Components example. The logic is managed in EarthContainer in the containers/ directory. The view code, entitites, etc, live in components/.

The logic is separated entirely from react and managed with the reducer functions in the reducers/ folder.

The state is set once per requesetAnimationFrame callback in EarthContainer.js.

This project use Babel, Webpack, and ESLint for ES6 syntax, asset management and code quality tools.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors