Skip to content

An application based on ReactJS for exploring the universe, mainly the Earth for now.

License

Notifications You must be signed in to change notification settings

lujiazho/TheUniverseOnline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TheUniverseOnline

An application based on ReactJS for exploring the universe, mainly the Earth for now. Pictures for landscape and different countries are still in shortage and will be added more.

Development Environment

Project Framework:ReactJS + Ant Design

Development IDE:IntelliJ IDEA

Transcompiler: UmiJS (between ES6/JSX and ES5)

Routing and State Management: DVA (split Model/data from View/page)

Geojson: Leaflet

Run

  1. Start a container
docker run --rm -it -p 8000:8000 node:14 /bin/bash
  1. Install umi
yarn global add umi@3.5.32
  1. Install dependencies/packages.
yarn install
  1. Run
umi dev
  1. Enter in browser
http://localhost:8000

About

An application based on ReactJS for exploring the universe, mainly the Earth for now.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published