Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 760 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 760 Bytes

Five Nights at Freddy's

Five Nights at Freddy's (FNAF) Web

A web version of the popular horror game Five Nights at Freddy's made using ReactJS and Redux.
This repository is a fork of Wendell Sousa's original project.

Click here to play.

Five Nights at Freddy's

Local Hosting

# clone the repo
git clone https://github.com/dorukyum/FNAF-Web.git

# install the dependencies
npm install

# start the server
npm start