Skip to content

Setting Up The Environment #1

@ipotro

Description

@ipotro

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.
~/dueto $ npm t
  • 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

All issues in milestone: [1] Configuration

Assignees

Technical Lead
  • Final assign @agzeri

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions