Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergeylukin/codename-cyprus
SSR ReactJS Hooks / GraphQL demo project
https://github.com/sergeylukin/codename-cyprus
Last synced: 27 days ago
JSON representation
SSR ReactJS Hooks / GraphQL demo project
- Host: GitHub
- URL: https://github.com/sergeylukin/codename-cyprus
- Owner: sergeylukin
- Created: 2020-06-01T10:33:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:35:29.000Z (about 2 years ago)
- Last Synced: 2024-04-08T18:22:02.718Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.27 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Codename "Cyprus"
Made for my friends at Cyprus. A quickl DEMO of React Hooks / GraphQL / SSR (yes,
server side rendering).[LIVE DEMO](http://sergeylukin.insomnia247.nl:5445/)
## Development
```shell
npm i
npm run watch
```## Production
```shell
npm i
npm run build
npm start
```## Extra
This is a one-repo barebones working out of the box project. So having few
nodes behind load balancer and having them run any of the commands listed above
(depending on the environment you run them in) is all it takes.Of course there are other more optimized, performant and secure ways to deploy this app.
But that's top secret information, can't share it here.