Jobsity / lia

1 stars 0 forks source link

Review readme, set rules and restructure files. #87

Closed pharesdiego closed 5 years ago

pharesdiego commented 5 years ago

Readme

Now it's clearly specified that the use of NPM as package manager is mandatory. This will help us to avoid different .locks.

Why NPM over Yarn: https://iamturns.com/yarn-vs-npm-2018/ https://blog.risingstack.com/yarn-vs-npm-node-js-package-managers/


Folder structure

The new folder structure aims to be easy to reason about and separate the client and server concept. This folder structure is based on Jobeir and Franciscan.


Testing

Since create-react-app configure Jest for us, this library (in conjunction with Enzyme) will be used with an Unit Testing approach. Each function and component must be tested.