Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 627 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 627 Bytes

PeerJS example application with React & Redux

Install

npm install

Development launch

npm start

http://localhost:8030

Build application

npm run build

Build result in ./dist README

Build analysis

npm run build-analize

Code generator

To automatically create sample files can be used hygen.io

npm i -g hygen

hygen component help
hygen component new --name Pizza --path components/elements/pizza
hygen component store pizzas
hygen component api pizzas

Templates and file paths can be edited in the folder _templates