
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
generator-react-hapi-universal
Advanced tools
Scaffold a Universal JavaScript app using React, hapijs, and react-router
Scaffold a Universal JavaScript app using React, hapijs, and react-router

$ npm install -g generator-react-hapi-universal
With yo:
$ yo react-hapi-universal
This project utilizes hapijs and react-router to serve a universal javascript application. The app consists of the following very simple routes which render both on the server and client. You might also have heard this technique referred to as "Isomorphic JavaScript".
"/" UsersIndex
Shows a list of two "users" loaded from a hardcoded set of data from ./lib/app/users.js.
"/:id" UserProfile
Shows the profile of the user with the given id param.

To run the app:
npm startHot module loading allows you to live edit your app and see the changes reflected in the browser in near real time. You should use this mode while you're developing your app to maximize your speed of iteration.
To run the webpack dev server:
npm run devAfter you've made your changes, you can run a production build to update your bundle.js client side app.
gulp build Builds a production distribute at lib/public/js/dist/bundle.js.
Defaults to using the "airbnb" ESLint and JSCS presets for ES6 and React linting, but you can set it to whatever you would like. For more information about the airbnb javascript lint settings see airbnb javascript.
gulp lint to lint your code once.
gulp lint-dev to set up a file watcher to lint on every file save.
gulp jscs to run the jscs code style checks.
Use chalk if you want colors in your CLI.
FAQs
Scaffold a Universal JavaScript app using React, hapijs, and react-router
We found that generator-react-hapi-universal demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.