Popularity
6.6
Stable
Activity
8.3
-
1,281
52
190

Programming language: JavaScript
License: The Unlicense
Tags: Code Design     Boilerplate    
Latest version: v10.9.0

generator-starhackit alternatives and similar libraries

Based on the "Boilerplate" category.
Alternatively, view generator-starhackit alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of generator-starhackit or a related project?

Add another 'Boilerplate' Library

README

StarHackIt

StarHackIt is a fullstack starter kit composed of:

  • [React web frontend](client/README.md)
  • [Node backend](server/README.md)
  • [React native mobile app ](mobile/README.md)
  • [Infrastructure as code with GruCloud](deploy/grucloud-aws/README.md)
  • [Deployment by Ansible with docker images](deploy/playbook/README.md)

See the online documentation on gitbook

Fullstack web application starter kit written in modern Javascript with react and node.js with the following features:

  • Authentication: username/password, facebook, google authentication etc ...
  • Authorization: scheme using user, group and permission
  • Scalable by using a micro services based architecture, a.k.a message queues
  • Relational database: postgres, mysql, sqlite, mssql etc, ...

Dev Technologies

  • GruCloud: Deploy and Destroy infrastructure with Javascript
  • Docker: Debug your app, not your environment
  • Mocha: test framework.
  • Karma: a productive testing environment to developers
  • Nightwatch: End-to-End tests in Node.js quickly and effortlessly that run against a Selenium server
  • Sinon: test spies, stubs and mocks.
  • Eslint: The pluggable linting utility for JavaScript and JSX.
  • Travis: Test and deploy. Build Status
  • NYC: Code coverage
  • Greenkeeper badge

The frontend and the backend are two separate projects with their own set of dependencies. One can use the frontend with another existing backend, or use the backend with another frontend stack.

License

See [LICENSE](LICENSE)

Author

Crafted with passion by Frederic Heem


*Note that all licence references and agreements mentioned in the generator-starhackit README section above are relevant to that project's source code only.