Skip to content

Maleteko/smart_chemist_frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMART Chemist Frontend

Standalone Setup

Any HTTP server that can serve files statically will work. Run this command to use the python3 http server:

python3 -m http.server

This will start a server at: http://127.0.0.1:8000/

Test

Once again start your HTTP server and navigate to http:///test/test.html

Docs

Documentation is written in general JSDoc style. One generator is https://github.com/jsdoc/jsdoc. Using that and the command:

jsdoc src/*.js -d doc

... will create a doc directory. Navigate to http:///doc/index.html to actually read the docs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published