An open API service indexing awesome lists of open source software.

https://github.com/opensrc0/startmeupaloo


https://github.com/opensrc0/startmeupaloo

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/dhandaengine/startmeup.svg?branch=master)](https://travis-ci.org/dhandaengine/startmeup.svg?branch=master)

# startmeup
This is the starting point of the universe

### The Motivation

- Every startup builds business components in silos. Lot of redudant work.
- As a country India needs to build a reusable and free tools that enables the next generation of startups.
- Build a platform to share code written by various startups in-house.

Startmeup is a cloud based platform that provides an engine to create applications on the fly.

### Mission Statement:

- ##### Component architecture:
Each component is written with the unix philosophy
and do one thing, do it well.

- ##### Lightweight at the core
Size of the core dashboard with all packages should not exceed 15 MB

- ##### Magic!
Everything works out of the box

### Tech

Dillinger uses a number of open source projects to work properly:

* [ReactJS] - HTML enhanced for web apps!
* [Twitter Bootstrap] - great UI boilerplate for modern web apps
* [node.js] - evented I/O for the backend
* [Express] - fast node.js network app framework
* [webpack] - the module builder
* More ..

### Installation

Startmeup requires [Node.js](https://nodejs.org/) v6.9+ to run.

Download and extract the [latest pre-built release](https://github.com/dhandaengine/startmeup).

Install the dependencies and devDependencies and start the server.

```sh
$ npm install
```

### Development

Want to contribute? Great!

Startmeup uses Webpack for fast developing.
Make a change in your file and instantanously see your updates!

Open your favorite Terminal and run these commands.

**Free Software, Hell Yeah!**

[node.js]:
[Twitter Bootstrap]:
[express]:
[ReactJS]:
[webpack]: