kirjs / generator-react-presentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generator-react-presentation

This is a Yeoman generator for the React presentation engine

Installing

This generator required yeoman, it can be installed from npm:

# If you don't have yeoman yet
$ npm install -g yo

$ npm install -g generator-shower

Generating

$ yo react-presentation

Editing the presentation

Once the presentation has been generated, you can go to 'src/index.js' to start editing your presentation.

Starting the server

You can see the result by using the static server with react-hot-loader, that comes as a part of this generator.

$ npm run start

About


Languages

Language:JavaScript 94.1%Language:HTML 5.9%