After cloning the repository, run npm install to install the dependencies. From there, npm run build will create a production build of the application in ./dist.
Run npm test to start the test runner and generate coverage information.
To start a webpack-dev-server session, run npm start.
Visual Studio Code is the recommended IDE for this project.
The following VS Code extensions will improve your development experience:
dbaeumer.vscode-eslintesbenp.prettier-vscodestylelint.vscode-stylelint
The recommended settings for the extensions and VS Code are saved in .vscode/settings.json and will automatically be used.