Skip to content

phenax/plasmajs-starter-kit

Repository files navigation

PlasmaJS Starter Kit

[Note: Not up to date] A Starterkit for the PlasmaJS framework

Stuff

  • SASS (gulp to transpile)
  • ES6 (webpack to transpile)

Instructions

  • Installation

    • Clone this repo git clone https://github.com/phenax/plasmajs-starter-kit.git or download as zip
  • Start Server

    • Start PlasmaJS server npm start
    • Start server and watch for changes
      1. Install nodemon npm i -g nodemon
      2. Run npm run start:watch
  • Building files

    • Build js files npm run build:js

    • Build js files and watch for changes npm run build:js:watch

    • Build js files for production npm run build:js:prod

    • Build scss files npm run build:js

    • Build scss files and watch for changes npm run build:js:watch

Releases

No releases published

Packages

No packages published