spaz-web

0.9.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i spaz-web

Weekly Downloads

1

Version

0.9.1

License

MIT

Last publish

Collaborators

  • tgroshon