dzcode-io / dzcode.io

Website & mobile app for Algerian open-source community
https://dzcode.io
MIT License
114 stars 41 forks source link

can't run "yarn dev" on frontend in Windows terminal #39

Closed souhaib-benbouzid closed 4 years ago

souhaib-benbouzid commented 4 years ago

Describe the bug

I can't start the development environment on a windows os. the bug is due to a failure to compile.

To Reproduce Steps to reproduce the behavior: on a windows os :

  1. Go to ' dzcode.io\frontend''
  2. run yarn dev '
  3. See error ' Failed to compile. '

Expected behavior start a development environment and compile successfully.

Screenshots 2

Desktop:

ZibanPirate commented 4 years ago

It should be fixed by this commit

souhaib-benbouzid commented 4 years ago

I find out I had to build the full stack folder since the file config is referenced in the import. the files do compile successfully. however the server on http://0.0.0.0:8080/ gives me an error site can't be reached and on http://localhost:8080/ it fails to load the components.