bash - Windows React Webpack Yarn Developer Environment -


i have spent past couple of days trying figure out what's best way set react development environment on windows. hoping using webpack, yarn, babel & es6.

things have tried:

  1. running on windows subsystem linux (new windows 10 ubuntu creators update)

    • i able installed can't launch browser or run webpack-dev-server environment.
  2. bash, tried yarn start on mnt allows windows programs access files.

    • once again yarn start can't open browser bash. webpack-dev-server not bash.
  3. (final). added whole project git (https://github.com/eferrervaughn/reduxtest1.git) , tried launch powershell

    • downloaded chocolatey, yarn, node. when try yarn start get: yarn run v0.27.5 $ webpack-dev-server 'webpack-dev-server' not recognized internal or external command, operable program or batch file. error command failed exit code 1.

i @ wit's end. want webpack/react/redux env on windows. trying 3 options working or if there better way of doing it. (i prefer not use vm).

thanks


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -