hunostor

React init

Sep 27th, 2021
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. // React init
  2. npm init -y
  3. npm install babel-cli@6 babel-preset-react-app@3
  4. npx babel --watch src --out-dir . --presets react-app/prod
Advertisement
Add Comment
Please, Sign In to add comment