Skip to content

ssc-ai/satsimjs-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SatSimJS Example

NOTE: Preliminary example. Interfaces subject to change.

Running this as a web application

git clone https://github.com/ssc-ai/satsimjs-example.git
cd satsimjs-example
npm install
npm start

Then navigate to localhost:8080.

Running this as a node application

git clone https://github.com/ssc-ai/satsimjs-example.git
cd satsimjs-example
npm install
node app/app.js

Available scripts

  • npm start - Runs a webpack build with webpack.config.js and starts a development server
  • npm run build - Runs a webpack build with webpack.config.js
  • npm run app - Runs app.js in with NodeJS

Setup dev env

npm uninstall satsimjs npm link ../satsimjs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published