Skip to content

alexbeletsky/copter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 

Repository files navigation

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.

About

Front-end apps deployment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published