FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
pawanrana/data_application_reference_implementation · GitHub
pawanrana
/
data_application_reference_implementation
Public
forked from
llooker/data_application_reference_implementation
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Branches
Tags
Open more actions menu
Latest commit
History
113 Commits
113 Commits
Folders and files
Name
Name
Last commit message
Last commit date
backend
backend
docs
docs
frontend
frontend
.gitignore
.gitignore
README.md
README.md
config.js
config.js
package.json
package.json
start.example
start.example
Repository files navigation
README
Data Application Reference Implementation
Quick instructions
Clone repo
Run yarn install
Run yarn dev
Copy cp backend/.env.example backend/.env and fill in variables
Open http:\\localhost:3001 in browser
Generating documentation
Annotate functions, classes, etc. using
jsdoc notation
Install jsdoc globally on your machine npm install -g jsdoc
Output documentation in the docs folder: jsdoc path/to/code -d docs
-r recursively scans subfolders too, e.g. to generate for everything inside src: jsdoc path/to/src -r -d docs
About
llooker.github.io/data_application_reference_implementation/
Resources
Readme
Activity
Stars
0
stars
Watchers
0
watching
Forks
0
forks
Report repository
Releases
Packages
Contributors
Languages
Back
|
FazBrowse Home
|
New Git URL