0.2.4 • Published 3 years ago

rss-scripts v0.2.4

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

RSS Scripts

Webpack configuration for create-rss-app

Usage

  1. Install package as dev-dependency
npm install rss-scripts --save-dev
  1. Add this scripts for package.json:
"scripts": {
  "start": "rss-scripts start",
  "build": "rss-scripts build"
}
  1. If you want to use TypeScript - add tsconfig.json to root folder of project.
  2. Add your source code to src directory.
  3. src dir has to contains index.html and index.js (or index.ts)