Data Analysis for Kids Club.
A sample application showcasing:
- Developing application using React.js
- Using Bootstrap for UI and styling
- Fetch data from server (mock)
- Google chart
You should have Nodejs and Git installed on your computer.
-
Fork this repoistory and clone it to your local machine.
git clone https://github.com/titu/kidsclub.git
-
To install the dependencies, run the following commands in your terminal/command prompt.
npm install
-
To start running the app, first start the api server by running the following command:
npm run api
-
Server should start at 3001 port. Open browser to http://localhost:3001/members, http://localhost:3001/games and http://localhost:3001/member_games . If you can see data on those endpoints, your server started successfully.
-
Then run the following command in a new terminal:
npm run start
-
Open the browser to http://localhost:3000/