Internal boilerplate for creating GFEBs DL training content packages.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
To create a new GFEBS DL Product, install template-training-content with Github CLI
gh repo create gfebs-dev-team/[COURSE_CODE]-training-content --template="gfebs-dev-team/template-training-content"
gh repo clone [COURSE_CODE]-training-content
cd [COURSE_CODE]-training-content
npm i -DTo contribute and make edits to template-training-content, clone the project
git clone https://github.com/gfebs-dev-team/template-training-content.gitGo to the project directory
cd template-training-contentInstall dependencies
npm installCompile and Hot-Reload for Development
npm run devCompile and Minify for Production
npm run buildTo run tests, run the following command
npm run test