https://github.com/sergeysova/razzle-effector-update
https://github.com/sergeysova/razzle-effector-update
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sergeysova/razzle-effector-update
- Owner: sergeysova
- Created: 2022-04-08T12:42:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-08T12:42:44.000Z (over 4 years ago)
- Last Synced: 2025-03-29T11:06:16.435Z (over 1 year ago)
- Language: TypeScript
- Size: 199 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Razzle TypeScript Example
## How to use
Create and start the example:
```bash
npx create-razzle-app --example with-typescript with-typescript
cd with-typescript
yarn start
```
## Idea behind the example
This is an of how to use Razzle with [TypeScript](https://github.com/Microsoft/TypeScript).
Basic razzle will uses Babel to transform TypeScript to plain JavaScript ( with babel-loader ), and uses TypeScript for type-checking.
Razzle knows how to resolve `.ts` and `.tsx` files out of the box.