Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fossforlife/textboxes

Text editor demo with Perfect Tense plugin and i18next localization. Next.js, React, Material UI, Slate, CKEditor, TypeScript
https://github.com/fossforlife/textboxes

Last synced: about 6 hours ago
JSON representation

Text editor demo with Perfect Tense plugin and i18next localization. Next.js, React, Material UI, Slate, CKEditor, TypeScript

Awesome Lists containing this project

README

        

# Next.js with TypeScript example

## How to use

Download the example [or clone the repo](https://github.com/mui-org/material-ui):

```sh
curl https://codeload.github.com/mui-org/material-ui/tar.gz/master | tar -xz --strip=2 material-ui-master/examples/nextjs-with-typescript
cd nextjs-with-typescript
```

Install it and run:

```sh
npm install
npm run dev
```

or

```sh
yarn
yarn dev
```

## The idea behind the example

[Next.js](https://github.com/zeit/next.js) is a framework for server-rendered React apps.