Skip to content

Bootstrap your Universal JavaScript projects in 10 seconds. Hapi + React + Redux and much more.

Notifications You must be signed in to change notification settings

leonardorb/hydrogen

Repository files navigation

⚪ Hydrogen

Build Status

An awesome stack to easily bootstrap your Isomorphic Universal JavaScript projects.

How to use

  1. Clone it
  2. $ npm install to install all dependencies
  3. $ npm start
  4. Go to http://localhost:3000; Enjoy!
  5. Edit your files, save! Live reload! 🤘
  6. Start coding! That was fast :)

Running tests

  • $ npm test to run both client & server tests

  • $ npm test:client to run tests only for the client. You can also do $ npm test:client:watch to run your tests on every test file change.

  • $ npm test:server to run tests only for the server

Contributors

How to Contribute

  • Before you open a ticket or send a pull request, search for previous discussions about the same feature or issue. Add to the earlier ticket if you find one.
  • Before sending a pull request for a feature or bug fix, be sure to have tests.
  • Use the same coding style as the rest of the codebase.
  • All pull requests should be made to the master branch.

License

ISC License (ISC) Copyright (c) 2016, Leonardo R. Barbosa

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

About

Bootstrap your Universal JavaScript projects in 10 seconds. Hapi + React + Redux and much more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published