Giter VIP home page Giter VIP logo

dashboard's Introduction

# Serverless Dashboard

This project is about providing a user-friendly layer on top of the serverless CLI.

See the goals of the project here

Features

  • Run serverless commands from GUI
  • Invoke functions via GUI
  • Setup & Manage AWS profiles
  • Point and click editing
  • Add yours here!

Install and run locally

Download the latest version of the desktop app here

Or install the desktop app locally

First, clone the repo via git:

git clone https://github.com/serverless/dashboard.git

And then install dependencies.

cd dashboard && npm install

Running locally

Run these two commands simultaneously in different console tabs.

npm start
npm run dev

Run npm run dev (starts webpack + hot-reloading) and npm start (starts electron) in separate terminal windows.

Note: requires a node version >= 4 and an npm version >= 2.

File structure:

  • ./app react/redux app for UI
  • ./desktop/main.development.js is the electron main process file
  • ./static Static assets like images/fonts/svgs

Externals

If you use any 3rd party libraries which can't or won't be built with webpack, you must list them in your webpack.config.base.js

externals: [
  // put your node 3rd party libraries which can't be built with webpack here (mysql, mongodb, and so on..)
]

CSS Modules

Uses css-modules.

All .css file extensions will use css-modules unless it has .global.css.

If you need global styles, stylesheets with .global.css will not go through the css-modules loader. e.g. app.global.css

Prior Art

Forked from the amazing electron-react-boilerplate

dashboard's People

Contributors

davidwells avatar kevinold avatar nikgraf avatar tobiaslins avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.