Minimal cookiecutter template for translatable single-page web applications using TypeScript, React, and Webpack.
Install cookiecutter and generate your application from this template using the cookiecutter gh:volfpeter/ck-ts-react-webpack-app command.
See the generated project's readme for further instructions.
- Rendering engine:
react - Translation:
react-i18next
- Dev server and bundler:
webpack,webpack-cli,webpack-dev-server,webpack-merge. - Testing and coverage:
chai,mocha, andc8.
- How to add Tailwind CSS support to a project