Socket
Book a DemoInstallSign in
Socket

biolerplatelinkswapnil2019

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

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`) * :

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
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

Package last updated on 01 Sep 2019

Did you know?

Socket

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