Kartikeya99 / course-game-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Course Game


Frontend for the Course Game project for Software Engineering course. DA-IICT. The backend code is https://github.com/Kartikeya99/course-game-backend.

Usage


This is a standard ReactJS frontend project with routing done by React Router and state management with Redux.

Download and install NodeJS.

Setup the backend server. Instructions here

Run the following commands to set the up the frontend:

git clone https://github.com/Kartikeya99/course-game-frontend.git
cd course-game-frontend
npm install

To run it in development mode so as to track changes and auto reload, use:

npm start

For production, use:

npm build

And you should have the fronend running on port 3000

About


Languages

Language:JavaScript 92.8%Language:HTML 5.1%Language:CSS 2.1%