Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/psmyrdek/node-scripts-builder
- Owner: psmyrdek
- Created: 2019-06-14T16:37:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:23:24.000Z (about 2 years ago)
- Last Synced: 2024-10-14T02:45:55.341Z (3 months ago)
- Topics: express, frontend, node, webpack, widgets
- Language: JavaScript
- Homepage:
- Size: 1.04 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
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`