aboutsummaryrefslogtreecommitdiffstats
path: root/public/projects/react-small-apps/apps/notebook/README.md
blob: 06df8ddb9263d0d245d60bc40e8f98f06a381f8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# React Notebook

A notebook implementation with React.

## Requirements

- Yarn

## How to

### Start the development version

`yarn run start`

### Start the build version:

1. `yarn run build`
2. (`yarn global add serve`)
3. `serve -s build`

## Previews

You can see a live preview here: https://demo.armandphilippot.com/#notebook

| Cover | Page |
| --- | --- |
| ![Cover preview](./public/preview-cover.jpg) | ![Page preview](./public/preview-page.jpg) |

## License

This project is open source and available under the [MIT license](../LICENSE).