bailinca / powerslide

Simple presentation/slides application
http://bailinca.github.io/powerslide/
0 stars 0 forks source link
react slides-application typescript webpack

Build Status [Github All Releases]()

Powerslide (simple presentation/slides application)

Technologies used: TypeScript, React, JSX, ES6, ES6 modules, Babel, webpack, SASS, TSLint, Karma, Mocha, Chai

Demo

http://bailinca.github.io/powerslide/

Install

npm i

Build

Creates a /build folder to use for production.

npm run build

Run

This starts webpack-dev-server on http://localhost:8080/ with Hot Module Replacement (HMR) enabled.

npm start

Test

npm test - single run unit tests in PhantomJS
npm run test-debug - repeated unit tests in PhantomJS on every file change

Deploy

Push a new production build to the /docs folder (publish on Github Pages)

npm run deploy