spaz-web
Version:
(Deprecated) Web App Microframework for building React SPA's with Express API backends
46 lines (25 loc) • 877 B
Markdown
spaz (DEPRECATED)
================
# Deprecated #
Replaced by [Spaz CLI](https://github.com/spaz-web/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.