# cyclejs-demo **Repository Path**: godbasin/cyclejs-demo ## Basic Information - **Project Name**: cyclejs-demo - **Description**: Cycle.js demo built with webpack - **Primary Language**: CSS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cycle.js demo ## Instructions A [Cycle.js](https://cycle.js.org/) demo built with webpack and Typescript. Related plugins or libs: - webpack2 - Typescript - cyclic-router ## Download and install ``` cmd # Download git clone https://github.com/godbasin/cyclejs-demo.git cd cyclejs-demo # npm install npm install # install webpack global npm install --global webpack # install typescript global npm install --global typescript ``` ## Use ``` cmd # start project npm run dev # build project npm run build ``