/react_two

Primary LanguageJavaScript

based on https://medium.com/@bezgachev/6-simple-steps-to-automatically-test-and-deploy-your-javascript-app-to-github-pages-c4c32a34bcb1 made on windows

  1. install nodejs
  2. install npm install -g create-react-app
  3. create repo reactx
  4. git clone (https:/ get it from page)
  5. create-react-app reactx
  6. cd reactx
  7. add .travis.yml file 8.npm run start
  8. npm run build
  9. modify package.json file
  10. git add .
  11. git commit -m'comment'
  12. git push
  13. generate token in github
  14. set token in travis
  15. run build
  16. check https://flmath-dirty.github.io/react_two/

This project was bootstrapped with Create React App.

Projcet updated with: https://reactjs.org/tutorial/tutorial.html#setup-option-2-local-development-environment