This is the front-end of Kuizu, you can check the api here!!
Kuizu it's a platform to make your own rooms and chat with others, and in the future will be enable to do quiz rooms and other type of rooms.
- 1º: Install NodeJS with npm
- 2º: Configure the env file (you can use your own api, check my api the repo)
- 3º: Run this in console to install the packages -> npm i -S
- 4º: Now you can start the project with -> npm start
If you need more information about the scripts, check create-react-app.
You need to create an .env.development file in the project root with the following environment variables configured:
-
URL TO API SERVER:
REACT_APP_API_SERVER=http://localhost:3005
This project was made by Jesé Ramon Barcones
This project was bootstrapped with Create React App.
- Fix and Update tecnologies in README
- Fix security issues finding what packages are needed to update
- Stop the use of create-react-app use webpack instead
- Re-code the styles
- Group together the api and the front in the same repo