New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

javascript-webpack-project-boilerplate

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

javascript-webpack-project-boilerplate

A basic boilerplate for pure javascript project compiled with Webpack.

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Javascript Webpack Project Boilerplate

A basic boilerplate for pure javascript project compiled with Webpack.

Getting started

# 1. Clone the repository.
git clone git@github.com:OlegKrasnov/javascript-webpack-project-boilerplate.git your-project

# 2. Enter your newly-cloned folder.
cd your-project

# 3. Install dependencies.
npm install

# 4. Run project.
npm run start

# 5. Build project.
npm run build

Keywords

javascript

FAQs

Package last updated on 10 Jun 2021

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