0.9.1 • Published 8 years ago

spaz-web v0.9.1

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

spaz (DEPRECATED)

Deprecated

Replaced by Spaz CLI


Web App Microframework for building Single-Page Applications.

Architecture

  • Single-Page client using React, Redux, and Middle-router
  • Express API backend
  • Webpack + Webpack Dev Server configuration
  • ES6 Code transpiled with Babel (ES5 for client; latest Node.js for server)

Commands

The following are some useful npm commands:

npm start

Run the Node.js server. Should be used for running in production.

npm run build

Copy static assets and run a production webpack build.

npm run dev

Run the Node.js server in development mode and the webpack-dev-server.

npm run watch

Run only the webpack-dev-server.

npm run lint

Run eslint.

npm run clean

Clear out the assets folder.