Socket
Socket
Sign inDemoInstall

helium-site-boilerplate

Package Overview
Dependencies
411
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    helium-site-boilerplate

To start a new Helium based website from some boilerplate code, you can use this repo.


Version published
Maintainers
1
Created

Readme

Source

To start a new Helium based website from some boilerplate code, you can use this repo.

First create an empty folder for your project and navigate into it (eg)

$ cd Users/Me/CodeProject
$ mkdir HeliumTestProject
$ cd HeliumTestProject

Once you're in the project folder, initialize it for use with npm:

$ npm init --yes 

Then install helium-site-boilerplate

WARNING: You probably shouldn't install this if you already have a project started. It will add boilerplate files to your project in strange places.

$ npm install helium-site-boilerplate

The installation process will ask you about your preferred languages.
Typescript and Sass are recommended, but choose whatever you like.

Once the install is done, start bundling and serving with fusebox

$ node fuse.js

This will start a server which you can access at

http://localhost:4444

FAQs

Last updated on 27 Jul 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