Socket
Socket
Sign inDemoInstall

react-bootstrap-custom-boilerplate

Package Overview
Dependencies
4
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-bootstrap-custom-boilerplate

boilder plate to play with bootstrap customization (react bootstrap)


Version published
Weekly downloads
2
increased by100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

react-bootstrap-custom-boilerplate

Versions

node v6.10.0
npm 3.10.10

Resources

https://react-bootstrap.github.io/getting-started.html

https://www.twilio.com/blog/2015/08/setting-up-react-for-es6-with-webpack-and-babel-2.html

https://www.codementor.io/tamizhvendan/beginner-guide-setup-reactjs-environment-npm-babel-6-webpack-du107r9zr

https://www.jonathan-petitcolas.com/2015/05/15/howto-setup-webpack-on-es6-react-application-with-sass.html

https://github.com/AngularClass/angular-starter/issues/727

Things you need

HTML
<!DOCTYPE html>
<html lang="en">
  ...
</html>



Sass Files
@import "stylesheets/base"; // this is the core thing, you need this for styling...

Build Code

    npm install
    npm run clean
    npm run build

    // open the sample page (only works on Mac)
    npm run start

References

Special thanks to the following folks who created awesome frameworks.

  • Twitter Bootstrap
  • React Bootstrap
  • Babel
  • Webpack
  • Facebook React

Notes

    // src
    import AjaxUtil from './javascript/util/ajaxUtil'
    // our lib
    export {AjaxUtil}
    // default export
    export default AjaxUtil;

    // usage
    var ajaxUtil = require('react-bootstrap-custom-boilerplate').AjaxUtil;
    ajaxUtil.getText()

FAQs

Last updated on 27 Jul 2017

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc