Skip to content

kirjs/generator-react-presentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published