Skip to content

andrusieczko/ec2-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ec2-browser

Status: unfinished!

This is an app I was trying to play with React.js, Electron and gulp.

If you want to make it working, you should add the aws-config.json in the main folder:

{
  "accessKeyId": "<your_access_key_id>",
  "secretAccessKey": "<your_secret_access_key>"
}

Starting the app:

$ gulp

and in the other terminal:

$ electron .

When you save the changes, electron-reload will take care about reloading the app.

Uses Electron, React, AWS SDK, Photon Tools: gulp, babelify, watchify and reactify

License MIT

About

AWS EC2 Browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published