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

https://github.com/sergeysova/razzle-effector-update


https://github.com/sergeysova/razzle-effector-update

Last synced: over 1 year ago
JSON representation

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.