OzkanOnay / luigi-trip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Luigi Trip

Bike Trip tool based on Luigi.

This is an example app described in this article

This is an microfrontends orchestrator for a couple of apps helping with organizing a trip:

Running

Instal dependencies

npm install

Configuration

Configure routes for development/production mode in src/config/routes.ENV.js

Start in development mode

npm start

Build for production

npm run build

Deployment

npm run build
firebase deploy

About


Languages

Language:JavaScript 88.5%Language:HTML 10.5%Language:SCSS 1.1%