

Google Fonts and Font Awesome for typography and icon toolkit.
#Mixmax config eslint code
ESLint, TSLint and Prettier for coding style and code analyzes.Vuetify as Material Component Framework (for fast app development).Vue Styleguidist as our style guide and pool of developed Vue.js components.

Nuxt.js consisting of Vue CLI, Vue Router, vuex, Webpack and Sass (Bundler for HTML5, CSS 3), Babel (Transpiler for JavaScript),.There are no strict conventions so that the appropriate architecture, design structures, modules and features can be freely selected for the development. Flexibility: Node.js sets very few strict dependencies, rules and guidelines and thus grants a high degree of flexibility in application development.The same language in the back- and frontend simplifies the maintenance of the application and also the coordination within the development team. If Node.js is now used on the server side, you can use all the advantages of a uniform script language throughout the entire application development.

A language along the entire stack: Widely used frameworks such as React or AngularJS or Vue.js, which we prefer, are written in JavaScript/ TypeScript.The efficient use of the CPU and the RAM is maximized and more simultaneous requests can be processed than with conventional multi-thread servers. With the standard available asynchronous processing within JavaScript/ TypeScript, highly scalable, server-side solutions can be realized. Fast server-side solutions: Node.js adopts the JavaScript "event-loop" to create non-blocking I/O applications that conveniently serve simultaneous events.The current package managers ( npm or Yarn) for Node.js know more than 1,000,000 of these modules. The basic functionality of Node.js has been mapped with JavaScript since the first version, which can be expanded with a large number of different modules. He developed Node.js out of dissatisfaction with the possibilities that JavaScript offered at the time. Ryan Dahl, the developer of Node.js, released the first stable version on May 27, 2009. This guarantees a very resource-saving architecture, which qualifies Node.js especially for the operation of a web server. Node.js requires the JavaScript runtime environment V8, which was specially developed by Google for the popular Chrome browser.
#Mixmax config eslint software
Well-known projects that rely on Node.js include the blogging software Ghost, the project management tool Trello and the operating system WebOS.

After I validated Evergreen with the designs of the idea I was developing, I also noticed I might have to do a lot of styling. I brought in Evergreen after several sampling and reads online but again, after several prototype development against Evergreen-since I was using TypeScript and I had to import custom Type, it felt exhaustive. I had worked extensively with Material-UI but I needed something different that would offer me wider range of well customized components (I became pretty slow at styling). I was faced with challenges when it came to what component framework to use. I picked up an idea to develop and it was no brainer I had to go with React for the frontend.
