Framework
This module glues all the frontend modules together to form a framework.
Adding it to a project
npm install frntnd-framework --saveInstalling
npm installRunning tests
npm testRunning build
npm run buildTo read more on the build setup, please refer to the build documentation.
Npm scripts
The project comes with a couple npm scripts that can be executed by running
npm run <script>So,
npm run buildfor example. For all npm scripts available please see npm scripts