All Projects → Daimler → mo360-ftk

Daimler / mo360-ftk

Licence: MIT License
MO360 Frontend Toolkit: A toolkit for single page applications (SPA) based on React and Typescript that allows to extract single features into microfrontends.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
EJS
674 projects

Projects that are alternatives of or similar to mo360-ftk

BlazorDemo
Demo application for my writings about Blazor
Stars: ✭ 79 (+46.3%)
Mutual labels:  spa
ors-map-client
Openrouteservice API web SPA client using VueJS, Vuetify and Vue2Leaflet
Stars: ✭ 51 (-5.56%)
Mutual labels:  spa
RSSR
React Server Side Rendering boilerplate with Authentication structure
Stars: ✭ 41 (-24.07%)
Mutual labels:  spa
componentjs
ComponentJS -- Powerful run-time Component System for structuring HTML5-based Rich Clients
Stars: ✭ 83 (+53.7%)
Mutual labels:  spa
latelier
L'atelier, a project management tool
Stars: ✭ 74 (+37.04%)
Mutual labels:  spa
jQuery-SPA
jquery单页应用开发骨架
Stars: ✭ 20 (-62.96%)
Mutual labels:  spa
materialdrive
Google Drive with Angular Material
Stars: ✭ 43 (-20.37%)
Mutual labels:  spa
super-simple-dockerized-spa
Illustrating how to wrap a single page application in docker.
Stars: ✭ 25 (-53.7%)
Mutual labels:  spa
vuetube
Video resources that will help you to improve your Vue skills
Stars: ✭ 54 (+0%)
Mutual labels:  spa
imgalign
Webapplication for image stitching and aligning
Stars: ✭ 162 (+200%)
Mutual labels:  spa
SvelteScaling
Does Svelte scale?
Stars: ✭ 21 (-61.11%)
Mutual labels:  spa
spring-boot-react-blog
Token-based blog application using spring boot, react and jwt.
Stars: ✭ 132 (+144.44%)
Mutual labels:  spa
dumber
A dumb JavasScript bundler for Single Page Application, dumber than you and me.
Stars: ✭ 21 (-61.11%)
Mutual labels:  spa
elm-news
All elm news in one place
Stars: ✭ 60 (+11.11%)
Mutual labels:  spa
dowels
🔨 a tiny but powerful javascript library that performs client-side routing, templating, and REST API communication to help you get your single-page web applications running in seconds
Stars: ✭ 13 (-75.93%)
Mutual labels:  spa
nextjs-react-router
A demonstration of how to use React Router inside Next.js
Stars: ✭ 64 (+18.52%)
Mutual labels:  spa
kontent-sample-app-react
Sample React SPA utilizing the Kontent Delivery API to fetch content.
Stars: ✭ 45 (-16.67%)
Mutual labels:  spa
webviewhs
🌐 A Haskell binding to the webview library created by Serge Zaitsev.
Stars: ✭ 109 (+101.85%)
Mutual labels:  spa
stimulus todomvc
[WIP] An implementation of TodoMVC using Ruby on Rails and StimulusJS
Stars: ✭ 14 (-74.07%)
Mutual labels:  spa
overlooker
Frontend performance profiling tool
Stars: ✭ 21 (-61.11%)
Mutual labels:  spa

Banner

Mercedes-Benz MO360 Frontend Toolkit (FTK)

If you want to learn more about the Mercedes-Benz MO360 FTK, check out our documentation.


Quickstart Guide

From zero to a running WebApp with only a few simple commands:

  1. Create a new npm project

    mkdir my-app
    cd my-app
    npm init -y
  2. Install the FTK boilerplate as your first dependency

    npm install @daimler/ftk-boilerplate

    Once the boilerplate installation is finished you will find all necessary project files in your project folder.
    Now the 3rd party dependencies can be installed.

  3. Install 3rd party dependencies

    npm install
  4. Start developing

    npm start

Happy coding!

Requirements

  • Admin rights on your local machine
  • NPM installed

Contributing

We welcome any contributions.
If you want to contribute to this project, please read the contributing guide.
To get started with the development, please read the developing guide.

Code of Conduct

Please read our Code of Conduct as it is our base for interaction.

License

This project is licensed under the MIT LICENSE.

Provider Information

Please visit https://www.daimler-tss.com/en/imprint/ for information on the provider.

Notice: Before you use the program in productive use, please take all necessary precautions, e.g. testing and verifying the program with regard to your specific use. The program was tested solely for our own use cases, which might differ from yours.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].