Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fossforlife/textboxes-js
Text editor demo with Perfect Tense plugin and i18next localization. Next.js, React, Material UI, Slate, CKEditor
https://github.com/fossforlife/textboxes-js
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
- Host: GitHub
- URL: https://github.com/fossforlife/textboxes-js
- Owner: FOSSforlife
- Created: 2020-01-07T03:03:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T13:27:54.000Z (almost 2 years ago)
- Last Synced: 2024-04-24T10:30:26.128Z (7 months ago)
- Language: JavaScript
- Size: 1.73 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js 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
cd nextjs
```Install it and run:
```sh
npm install
npm run dev
```## The idea behind the example
[Next.js](https://github.com/zeit/next.js) is a framework for server-rendered React apps.