项目作者: angel-example

项目描述 :
A HackerNews clone using Angel and Jael.
高级语言: Dart
项目地址: git://github.com/angel-example/angel_news.git
创建时间: 2018-06-27T04:19:11Z
项目社区:https://github.com/angel-example/angel_news

开源协议:MIT License

下载


angel_news

A HackerNews clone using Angel and Jael.

Screenshot

Running the Project

This project should be ready-to-go right out of the box, as care was taken to use
backwards-compatible code, and package:angel_file_service is used, instead of any
specific database.

All you need to is:

  1. $ git clone --depth 1 https://github.com/angel-example/angel_news.git
  2. $ cd angel_news
  3. $ pub get
  4. $ dart bin/server.dart

And then, just visit http://localhost:3000 to see it in action!