Javascript Test.
- yarn
- yarn test
- yarn build
- yarn start
- Use a webpack plugin to load css using 'import' (css-loader).
- Use a CSS pre-processor: SASS, PostCSS
- Apply BEM terminology for CSS.
- Configure webpack to minify/uglify the css for production.
- Use CSS Grids instead of flexbox.
- Media queries for a better responsive experience.
- Improve the MVC pattern: Using observers, 2-way binding(if is needed).
- End-to-end testing.
- Move to webpack 4