rajatraining
v1.0.1
Published
This repro for react training for individuals
Readme
ReactTraining
This repro for react training for individuals
Day 1:
- the beginning: package
Zero
- [ ] editor: screenshots of your plugins
One
init
Steps
- create a repo
- yarn init
- create an npm account
- create a github account
- sign into code sandbox
- [create a
Makefile] - [create an
index.js] - [create a test.js file]
- [run the test file with a makefile script]
- [call that makefile script from package json scripts]
Expected output
- package.json
- scripts: { test, dev }
- .git
- yarn.lock
- Makefile
- dev
- test
- index.js
- test.jsTasks
Reference Store
- [ ] create a package (submit)
- [ ] create a code sandbox
Two
/course/yarn
Tasks
Reference Store
- [ ] what is yarn for?
- [ ] what is codesandbox for?
Three
stuff from 1 & 2
EOD
- [ ] link to repo
- [ ] submit 2+ questions
create branch dev from current code : git checkout -b dev add all files git add -a -A * commit git commit -m "commit message"
push: git push
