diff options
Diffstat (limited to 'public/projects/react-small-apps/apps/notebook/README.md')
| -rw-r--r-- | public/projects/react-small-apps/apps/notebook/README.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/public/projects/react-small-apps/apps/notebook/README.md b/public/projects/react-small-apps/apps/notebook/README.md new file mode 100644 index 0000000..06df8dd --- /dev/null +++ b/public/projects/react-small-apps/apps/notebook/README.md @@ -0,0 +1,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 | +| --- | --- | +|  |  | + +## License + +This project is open source and available under the [MIT license](../LICENSE). |
