szktty / reasonml-webapp-prototype

Sample Web application prototype in ReasonML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Web application prototype in ReasonML

Install Libraries

$ npm install

Build

$ make build

Run Server

$ make start

You can access "http://localhost:3000".

Directory Structure

src/
    fulful/     # Flux implementation
    kanae/      # Base library
    models/     # Database models (Sequelaize)
    nozomi/     # Express binding
    public/     # Static files
    routes/     # Routers (Express)
    siika/      # Sequelize binding
    views/      # Templates (Pug)

About

Sample Web application prototype in ReasonML

License:Apache License 2.0


Languages

Language:OCaml 89.9%Language:JavaScript 4.6%Language:C++ 3.6%Language:HTML 1.1%Language:Makefile 0.5%Language:CSS 0.3%