
Company News
/Security News
Socket Selected for OpenAI's Cybersecurity Grant Program
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.
slush-fullstack-framework
Advanced tools
This slush generator is helping developers to quickly start hackathon project using loopback.io, redux and react framework. So it saves time to install individual framework during hackathon kick-start.
Step 1 - Install Slush and this generator in your desktop
$ npm install -g slush
$ npm install -g slush-fullstack-framework
Step 2 - Create your backend project based on loopback.io
$ mkdir sample-project
$ cd sample-project
$ slush fullstack-framework
$ npm install
Step 3 - Create your own git repository for your backend project
$ cd sample-project
$ git init
$ git add .
$ git commit
Step 4 - Create your front-end app based on Redux and React
$ mkdir sample-app
$ cd sample-app
$ slush fullstack-framework:redux-react
$ npm install
$ npm run webpack
Step 5 - Create your own git repository for your front-end app
$ cd sample-project
$ git init
$ git add .
$ git commit
Step 6 - Import your front-end app git repo as submodule 'client' in your backend project git repo
$ cd sample-project
$ git submodule add <frontend-app git url> client
$ git add .
$ git commit
If you want to use Redux with Grommet UI in your front-end app, you can replace Step 4 with the following steps:
$ mkdir sample-app
$ cd sample-app
$ slush fullstack-framework:redux-grommet
$ npm install
$ npm run webpack
FAQs
Slush generator of full stack development framework
We found that slush-fullstack-framework 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.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.