You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey I was trying out cameronjs on my windwos machine and I followed the steps listed there to get started.
jaceb@home MINGW64 ~/git
$ yarn global add cameronjs
[1/4] Resolving packages...
[2/4] Fetching packages...
(contined till done)
Great installed.
jaceb@home MINGW64 ~/git
$ cameronjs new ./camerontest
CameronJS v0.5.7 ready! Let's build your app.-------------------------------------------| Creating directory structure-------------------------------------------(continued a bunch of outputs)Let's start a web server and get to work:
←[34m cd ./camerontest←[0m
←[34m cameronjs dev
←[0m
The page that opens in your browser will help
you get started. Happy coding!
jaceb@home MINGW64 ~/git/camerontest (master)
$ cameronjs --help
Try `cameronjs --help` for usage options
Usage cli.js <command> [options]
Commands:
cli.js new [path] Creates a new CameronJS app
cli.js destroy [path] Removes a CameronJS app
cli.js dev Start a web server and watch codebase for changes
cli.js build Builds production-ready assets into /publish
cli.js serve Starts a web server to serve the /publish directory
cli.js netlify Starts a netlify dev instance for local testing of
functions
Options:
--help Show help [boolean]
--version Show version number
Thanks for taking the time to write all this up! I don't have a Windows machine to test any fixes and, honestly, no one is really using this besides me, so I can't justify the time it would take to diagnose and fix!
Hey I was trying out cameronjs on my windwos machine and I followed the steps listed there to get started.
jaceb@home MINGW64 ~/git $ yarn global add cameronjs [1/4] Resolving packages... [2/4] Fetching packages... (contined till done)
Great installed.
Great, looks like I should be running soon.
Well that's not running... lets look at help
Okay lets try the other commands
Okay, maybe the package.json will have a hint on how to get this running
Looks like I can just run dev here or serve
yarn serve works but it renders
the /code/html/index.html has a bunch of stuff but I can't get that to render here.
Oh I'll try to build first then to serve. Success
The text was updated successfully, but these errors were encountered: