Skip to content

A simple Node.js web app that allows users to generate branching stories

Notifications You must be signed in to change notification settings

stevehopkinson/branching-story-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Branching story generator

A simple web app that allows users to generate branching stories.

Dependencies

This app requires Node.js v6 or higher, and was designed to run on a UNIX-based operating system.

Installation

  1. Clone the app's GitHub repo, or extract the archive containing the source files, into a directory on your system.
  2. Navigate to the app's root directory using the command line and run npm i to install module dependencies.
  3. Run npm start from the root directory to start the server. If the server starts successfully, you should see the message Server listening on port 8000.
  4. Navigate to localhost:8000 to use the app.

Report

Read a report on the design and implementation decisions made when building this app, the implications of any shortcuts taken, and the skills that building this app demonstrated.

About

A simple Node.js web app that allows users to generate branching stories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published