
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
Front-end boilerplate in ES6, using ReactJS by default.
New version FEB uses Gulp for build system. And old version FEB which leverages on Grunt can be found here.
Build System
Testing
Preprocessor
Modular Development
NOTE: It assumes that Node.js and NPM have been installed in your system.
Install global dependencies,
$ npm install -g browserify gulp
Clone project and install development dependencies,
$ git clone https://github.com/livoras/feb.git
$ cd feb
$ npm install
Then just fly,
$ gulp
and open your browser to load http://localhost:8080/bin/index.html and change source codes of src.
After running the gulp command, things will happen:
src will be copied into bin.src/scripts will be compiled to JS files which will be placed in bin/scripts. But note that files placed in subfolders of src/scripts won't be compiled but they can and should be required by 'entry' CoffeeScript placed directly in src/scripts through Browserify.src/stylsheets will be compiled to CSS files which will be placed in bin/stylesheets. Just like CoffeeScrtipt, only 'naked' Less files will be compiled.lib/, assets/ folder and all their contents into bin/.test/specs will be run and results will be shown in terminal.src will make gulp rerun tasks above. And if you start a local server and open your broswer to load pages in bin/, changes will trigger automatic refresh of browser if you have the LiveReload plugin installed in your Chrome/Firefox.Use
$ gulp build
to bulid and minify all stuff. A dist folder will be created and ready for distribution.
TODO
Released under the MIT license.
FAQs
mobile first responsive front end framework
We found that feb 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
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.