Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/psmyrdek/node-scripts-builder

Boilerplate for building client-side widgets and serving them using express framework.
https://github.com/psmyrdek/node-scripts-builder

express frontend node webpack widgets

Last synced: about 2 months ago
JSON representation

Boilerplate for building client-side widgets and serving them using express framework.

Awesome Lists containing this project

README

        

# Node Script Builder

Boilerplate for building client-side widgets and serving them using express framework.

## Installation

Install required deps via `npm install`

## Development

Start everything in watch mode with one command: `npm run start:dev`

Or, in two separate sessions:

* to start client-side dev environment run `npm run start:client-dev`
* to start server-side app run `npm run start:server-dev`