Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/volfpeter/ck-ts-react-webpack-app
Minimal cookiecutter template for translatable single-page web applications using TypeScript, React, and Webpack.
https://github.com/volfpeter/ck-ts-react-webpack-app
cookiecutter cookiecutter-template react reactjs single-page-app spa translation typescript webpack
Last synced: 9 days ago
JSON representation
Minimal cookiecutter template for translatable single-page web applications using TypeScript, React, and Webpack.
- Host: GitHub
- URL: https://github.com/volfpeter/ck-ts-react-webpack-app
- Owner: volfpeter
- License: mit
- Created: 2023-01-31T09:57:11.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T21:13:48.000Z (about 2 years ago)
- Last Synced: 2024-12-11T12:46:14.989Z (2 months ago)
- Topics: cookiecutter, cookiecutter-template, react, reactjs, single-page-app, spa, translation, typescript, webpack
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ck-ts-react-webpack-app
Minimal cookiecutter template for translatable single-page web applications using TypeScript, React, and Webpack.
Install [cookiecutter](https://cookiecutter.readthedocs.io/) 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.
## Application framework
- Rendering engine: `react`
- Translation: `react-i18next`## Development and testing
- Dev server and bundler: `webpack`, `webpack-cli`, `webpack-dev-server`, `webpack-merge`.
- Testing and coverage: `chai`, `mocha`, and `c8`.## Guides
- [How to](./guides/tailwindcss.md) add [Tailwind CSS](https://tailwindcss.com/) support to a project