-
Notifications
You must be signed in to change notification settings - Fork 398
Closed
Description
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.
jmezzacappa and decapo01
Metadata
Metadata
Assignees
Labels
No labels