Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.14 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.14 KB

hellowebapp-atom

hellowebapp-atom is boilerplate webapp using atom-shell.

it uses:

getting started:

$ git glone http://github.com/iolo/hellowebapp-atom.git
$ cd hellowebapp-atom
$ npm install -g grunt-cli
$ npm install
$ grunt download-atom-shell
$ grunt run

TODO

  • platform package(mac dmg, windows msi, linux tar.gz)
  • unit test
  • ...

references

may the source be with you...