The first thread you mentioned is in order when you only get html and css pages on a plane from the designer / html encoder.
If you plan to create these pages using the / angular / vue reaction ...
you don't need javascript from the designer.
Actions you need to take:
1) get html and css from the designer 2) design on paper your blocks for components: header, navigator, sidebar, mainContent, footer, PostsList, message, comments, comment, etc. 3) Start building these components one at a time.
* Suppose we use a reaction
4) make sure that each component is standalone and extensible, for easy updating in the future. 5) Make sure you have tests! Explore TDD 6) submit your application
The following update cycles ...
1) Your designer gives you new developed pages 2) you can use the html and css * constructor PARTIALLY and use this in your code 3) make sure that you expand your components or update them correctly. 4) tests should work fine
Some notes before diving into everything that works:
- learn html, css and how to create simple pages correctly
- you can try bootstrap, it is very simple to use
- find out the reaction (if that's what you want to use)
- you will need to create your own code, so you will need webpack or any other tool.
But there is still a lot of work ahead, so good luck is fun! :)
source share