Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 945 Bytes

readme.md

File metadata and controls

21 lines (11 loc) · 945 Bytes

Free-To-Play Games

Using React to display and filter free-to-play games retrieved from the FreeToGame API.

Project Title Demo

Live Demo

A live demo is available on Netlify and CodePen.

License

This project is licensed under the MIT License - see the license.md file for details.

Project Setup

From the root directory, install project dependencies by running npm install from the terminal.

Build the files and start the local dev server by running npm run dev from the terminal. This should open the dev site automatically at http://localhost:3000/.

You can build the files without starting the dev server by running npm run build from the terminal to compile the development build or npm run prod to compile the production build.