SolarSystem

A model of the solar system.

MIT License

Stars
1

SolarSystem

A model of the solar system.

Live preview

https://lclpyt.github.io/SolarSystem/

Building

First, you need to install the project dependencies. To do so, type npm install. After installing the dependencies, webpack can be invoked to build the project: npm run build The useable distribution can be found under ./dist with index.html as entry point.

Developing

You can start the webpack dev server by using: npm start This automatically open your web browser. You may also use npm run dev to build a developer version of the project.