Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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