Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t18n/note-smart-react-isomorphic
Front end implementation of NoteSmart, powered by React, Express
https://github.com/t18n/note-smart-react-isomorphic
apollo-client express isomorphic-react license-checker webpack4
Last synced: about 2 months ago
JSON representation
Front end implementation of NoteSmart, powered by React, Express
- Host: GitHub
- URL: https://github.com/t18n/note-smart-react-isomorphic
- Owner: t18n
- Created: 2018-12-24T04:02:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T10:20:55.000Z (almost 2 years ago)
- Last Synced: 2023-04-28T08:24:55.301Z (over 1 year ago)
- Topics: apollo-client, express, isomorphic-react, license-checker, webpack4
- Language: JavaScript
- Homepage:
- Size: 2.49 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SSR React with Express
An isomorphic web app (SSR + CSR) to take note in Markdown.
## Prequisites
- Node >=8.9.0
- Use **Yarn** instead of **NPM** for consistency## Getting started
- Clone the repo
- Run `yarn`
- Run `yarn dev`
- Head to `localhost:3000`