Introduction
It is a good practice to follow community standards while developing softwares. It has some major pros like
- Its easier to understand and debug/maintain software
- quicker to get help when needed from community
- It will lower development cost [Money and Time]
We will be taking the convention used by this project into consideration. react-slingshot
Initialize
Make a dir called ‘todo‘ and initialize a node.js app. Continue reading
Advertisements