tediko / planets-fact

Planets fact site with animated solar system built with ReactJS.
https://planets-tediko.netlify.app/
92 stars 30 forks source link

Question #1

Open Math-Vieira opened 2 years ago

Math-Vieira commented 2 years ago

Hey dude, how can I start the local server??

c-plus-plus-equals-c-plus-one commented 2 years ago

Hey dude, how can I start the local server??

@Math-Vieira , Hi Math! I've forked the repo and fixed the run and build scripts, it uses react-scripts now and is working well! https://github.com/c-plus-plus-equals-c-plus-one/planets-fact

c-plus-plus-equals-c-plus-one commented 2 years ago

@Math-Vieira , Screenshot 2022-10-09 183526

c-plus-plus-equals-c-plus-one commented 2 years ago

@Math-Vieira , #2 I replace laravel-mix with react-scripts in this PR.

It doesn't make sense to use laravel-mix and webpack overrides here, as it's just a React app

bohd4nx commented 3 weeks ago

@c-plus-plus-equals-c-plus-one, Great work, thx!