/web-builder-react

Primary LanguageJavaScriptMIT LicenseMIT

web-builder-react

(Important) Change in

npx create-react-app 

after run the command above, create a file in the app root directory

nano .env

write this line shown below into the file

SKIP_PREFLIGHT_CHECK=true

then you can start it by command below

npm start