reactivate.helloworld

v1.0.8
Hello Reactivate!

babel

babel src -d build

browserify

browserify build/client/app.js -o dist/client/scripts/app.bundle.js

build

npm run clean && npm run babel && npm run prepare && npm run browserify

clean

rm -rf build && rm -rf dist

copy:server

cp build/server.js dist/server.js

copy:index

cp src/client/index.html dist/client/index.html

copy

npm run copy:server && npm run copy:index

prepare

mkdir -p dist/client/scripts/ && npm run copy

start

node dist/server
npm i reactivate.helloworld

Metadata

Downloads

Maintainers