yhq1119 / web-builder-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 71.4%Language:HTML 18.5%Language:CSS 10.0%