Guest User

Untitled

a guest
Jul 18th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. npm install --global npx
  2. npx create-react-app finman
  3. # nesse ponto o npx cria uma pasta para o projeto 'finman',
  4. # então copiei os arquivos para a pasta raiz do projeto do Github
  5. mv finman/*
  6. mv finman/.gitignore .
  7. sudo rm -rf finman
  8. npm install --save \
  9. redux \
  10. react-redux \
  11. redux-orm \
  12. semantic-ui-react \
  13. semantic-ui-css \
  14. reselector \
  15. redux-devtools-extension \
  16. redux-thunk
Add Comment
Please, Sign In to add comment