spaz-web

(Deprecated) Web App Microframework for building React SPA's with Express API backends

Usage no npm install needed!

<script type="module">
  import spazWeb from 'https://cdn.skypack.dev/spaz-web';
</script>

README

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.