Description
Create a basic environment to start writing code.
Issue Checklist
I. Objective
- Create the project structure to have a solid foundation.
II. Indications
- Use
create-react-app to get started immediately.
~/dueto $ create-react-app dueto
- Configure all linters for
ES6+, React environments.
- Configure
hooks with git to prevent someone (me) push legacy code.
~/dueto $ npm install --save-dev husky
III. Deliverables
- A beautiful group of
commits.
IV. Notes
Assignees
Technical Lead
Description
Issue Checklist
I. Objective
II. Indications
create-react-appto get started immediately.~/dueto $ create-react-app duetoES6+,Reactenvironments.~/dueto $ npm thookswithgitto prevent someone (me) push legacy code.~/dueto $ npm install --save-dev huskyIII. Deliverables
commits.IV. Notes
create-react-appgithub repo.All issues in milestone: [1] Configuration
Assignees
Technical Lead