Skip to content

Quickstart instructions are incomplete #450

@p-mongo

Description

@p-mongo

The main page (https://reasonml.github.io/) shows the following quick start instructions:

npm install -g bs-platform
bsb -init my-first-app -theme basic-reason
cd my-first-app
npm run start

When I run npm run start, I get the following output:

averagest% npm run start

> [email protected] start /home/w/apps/reason-cms/reason-cms
> bsb -make-world -w

>>>> Start compiling
[3/3] Building src/Demo.mlast.d
[1/1] Building src/Demo-ReasonCms.cmj
>>>> Finish compiling

If this started a web server, it doesn't say which port the server is listening on. I looked at netstat output and didn't see anything on ports 80* thus I am not clear on whether this in fact starts a server.

At the end of the instructions I do not have a working Reason app I can look at in a browser.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions