Made with: Backend – Node, TypeScript; Frontend – JavaScript, HTML, CSS; Testing - Chai, Mocha, Karma;
Once your environment is configured you need to further prepare the project's tooling and dependencies. In the project folder:
-
yarn installto download the packages specified in your project's package.json to the node_modules directory. -
yarn buildto compile project. -
yarn testto run the test suite.