https://github.com/zaiste/huncwot-stories
Basic Hacker News clone written using Huncwot
https://github.com/zaiste/huncwot-stories
example framework huncwot markojs reactjs redux spa
Last synced: 5 months ago
JSON representation
Basic Hacker News clone written using Huncwot
- Host: GitHub
- URL: https://github.com/zaiste/huncwot-stories
- Owner: zaiste
- Created: 2017-07-14T19:11:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T22:41:27.000Z (over 3 years ago)
- Last Synced: 2025-04-02T06:43:41.278Z (about 1 year ago)
- Topics: example, framework, huncwot, markojs, reactjs, redux, spa
- Language: JavaScript
- Homepage:
- Size: 209 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# huncwot-stories
## Getting Started
### Clone the repository
```
git clone https://github.com/zaiste/huncwot-stories.git
```
### Prepare the DB
### Install dependencies
```
yarn
```
### Start the application with
```
huncwot server
```
and go to [localhost:544](http://localhost:5544) to see the application running
## Going further
This README should describe whatever steps are necessary to get the
application up and running. Things you may want to cover:
* Node version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...