Skip to content

drswobodziczka/js-graphics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-graphics

Core

Wish to be Ecma 2017 JavaScript

https://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf

Versioning

GIT

Github repo =>

https://github.com/drswobodziczka/js-graphics

Boundling

Browserify

https://github.com/browserify/browserify

Code quality

Eslint linter --- TBD

https://eslint.org/docs/user-guide/configuring https://eslint.org/docs/developer-guide/nodejs-api

Package management

YARN

https://yarnpkg.com/lang/en/

Automation tool

GULP --- TBD

Running exercises

To run new exerices

  1. install simple http server for serving static content. ex.:

    https://github.com/indexzero/http-server

  2. develop your scene deriving .js file in /lin

  3. bundle it with browserify

  4. create new .html file in ./public reusing bundled scene

  5. run

http-server [path] [options]

and browse your content

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published