Skip to content

Completely document (in the README) a way to run all tasks for this project in Windows #200

@Josh68

Description

@Josh68

Is your feature request related to a problem? Please describe.
I could in no way get this project to work in Windows, including by using the variety of Node (non-NPM) commands reviewed in the videos

Describe the solution you'd like
Be able to use this project in Windows

Describe alternatives you've considered
Trying to follow alternative approaches, other than using the documented NPM scripts

Additional context
In addition to suggestions made in the video, existing NPM scripts are not written in a cross-env-friendly way. E.g., single quotes should be replaced with backslash-escaped double quotes. But I guess the main problems are with shell scripts. Possibly look at Kent Dodds' NPS as a way to deal with concurrent tasks directly in Node (e.g., spawning the server and client for start or watch - this is where things fail for me after following your steps in the video).

Thanks

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