I'm trying to run react-todomvc. When I fire up the server it says-
Uncaught Error: Module build failed: Error: connect ECONNREFUSED 127.0.0.1:61225
Make sure Fable server is running on port 61225
Repro steps-
npm install fable-compiler -gnpm install in the root folder.npm install in react-todomvc.npm run build.npm start@KarandikarMihir
We are in the process of updating the samples. To the latest version of Fable. In the current state of the sample, I believe there is no easy way to make it run. Sorry for the inconvenience.
Was you interested only in this sample ? Or more in playing with Fable ?
@MangelMaxime Thanks for the prompt reply!
No, any running example would work. I'm just playing around 馃槃
Sorry, we're integrating with Paket at the moment and unfortunately a couple of broken versions (for Fable 1.0 beta) were released. I've just pushed a new template and this is probably the best way to start playing with Fable, could you please give it a try?
# Install template, only first time (quote the last arg if necessary)
dotnet new -i Fable.Template::*
# Create a project
dotnet new fable -n MyProject
# Follow the instructions in the README
cd MyProject
yarn install
dotnet restore
dotnet fable npm-run start
@alfonsogarciacaro Okay I'll give it a try today. Thanks for all the awesome work btw! :)
@KarandikarMihir I assume this is solved and will close the issue. You can find the updated samples (for Fable 1.0-beta) here
Most helpful comment
Sorry, we're integrating with Paket at the moment and unfortunately a couple of broken versions (for Fable 1.0 beta) were released. I've just pushed a new template and this is probably the best way to start playing with Fable, could you please give it a try?