1.0.0 • Published 3 years ago

@rseikel/ssv1 v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

📦 SSV

License: MIT

SSV deployment test

Installation

Clone this repo and npm install.

npm i

Usage

Development server

npm start

You can view the development server at localhost:8080.

Production build

npm run build

Note: Install http-server globally to deploy a simple server.

npm i -g http-server

You can view the deploy by creating a server in dist.

cd dist && http-server

Features

Dependencies

webpack

Babel

Loaders

Plugins

Author

Publishing as npm package (Minimal steps)

  1. npm login
  2. https://github.com/new to create new repo
  3. https://shields.io/ to create badge
  4. Chose MIT License
  5. Create README.md
  6. Create package.json as in this directory
  7. npm publish --access=public

License

This project is open source and available under the MIT License.