Skip to content

sorashiro/unit-test-basic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unit Test Basic

Full setup

Some reveal.js features, like external Markdown and speaker notes, require that presentations run from a local web server. The following instructions will set up such a server as well as all of the development tasks needed to make edits to the reveal.js source code.

  1. Install Node.js

  2. Install Grunt

  3. Install Bower

  4. Clone the this repository

  5. Navigate to the folder

  6. Install dependencies

    $ npm install
    $ bower install
  7. Serve the presentation and monitor source files for changes

    $ grunt serve
  8. Open http://localhost:8000 to view your presentation

    You can change the port by using grunt serve --port 8001.

License

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

About

The Presentation for Unit Test Basic

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 47.5%
  • CSS 35.7%
  • HTML 16.8%