Socket
Socket
Sign inDemoInstall

biolerplatelinkswapnil2019

Package Overview
Dependencies
407
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

biolerplatelinkswapnil2019

* :white_check_mark: Webpack `v4.31.0` * :white_check_mark: Babel (Core) `v7.4.4` * :white_check_mark: Support syntax `ES2015+` * :white_check_mark: Static directory `public/` * :white_check_mark: Analysis of bundle file weight (`source-map-explorer`) * :


Version published
Maintainers
1
0

Weekly downloads

Readme

Source

Features

  • :white_check_mark: Webpack v4.31.0
  • :white_check_mark: Babel (Core) v7.4.4
  • :white_check_mark: Support syntax ES2015+
  • :white_check_mark: Static directory public/
  • :white_check_mark: Analysis of bundle file weight (source-map-explorer)
  • :white_check_mark: Webpack configuration for sass to css complier
  • :white_check_mark: Two build settings: dev (with source maps) & prod (compress file)
  • :white_check_mark: Mocha test runner setup
  • :white_check_mark: Visual code debugger setup for test and Node program

Setting up

  • git clone https://github.com/linkswapnil/nodeboilerplate.git
  • sudo npm install -g webpack
  • sudo chmod 777 nodeboilerplate
  • npm install

If you encounter problem with node-sass run sudo npm rebuild node-sass --force

How to build an application?

```bash
sudo npm run build
```

How to run an application?

```bash
sudo npm run start
```    

FAQs

Last updated on 01 Sep 2019

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