Coder Social home page Coder Social logo

copter's Introduction

Copter.io

The web development is currently in Front End Era. Backbone, Angular, React (you name it) based applications are adopted and developed by companies who’s goal to provide superior user experience in browser.

Pure front-end applications and no-backend movement requires an easy to use front-end (static) applications hosting and management.

Copter.io provides a service for hosting static applications in cool way. No more FTP uploads, pure git management + cli for configuration. We provide value for developers who work on front end applications using HTML/CSS/JS and require a platform to host their apps.

What type of projects?

  • Single Page Applications - utilizing modern front end development frameworks and consuming data of HTTP API's.

  • Static Pages - landing pages, marketing sites, blogs, galleries.

  • Static Resources - JavaScript, images, CSS deployed on CDN for fastest possible access.

How to use?

As simple as you use GitHub.

Create empty git repository,

$ git init

Install copter cli,

$ npm install -g copter-cli

Generate single page app with Yeoman,

$ yo generate angular-static

Commit code to git,

$ git add . && git commit -m "my static application"`

Create new application,

$ copter create
copter.io: front-end deployment tool

---> creating new application "funky-rabbit-mx12.copter.io"...
---> application created, 1 install, nginx server

Success: you application created and will be available at,

http://funky-rabbit-mx12.copter.io

To deploy app to staging,

	$ git push staging master

To deploy app to production,

	$ git push production master

Deploy application to stage, to just see the changes,

$ git push staging master

Open browser and hit http://funky-rabbit-mx12.copter.io

What to help?

Please give a feedback by this survey.

Anything else?

Yes, we are open source organization all copter.io code is available on GitHub under MIT? license and you are free to use for your needs.

We are charging only for hosting and support.

copter's People

Contributors

alexbeletsky avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

zunygun

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.