amarprizebond/react-frontend is a part of AmarPrizebond project, that focuses only the web frontend side of the project.
- Clone the project in your local machine.
git clone https://github.com/amarprizebond/react-frontend.git prizebond-frontend - Go to the project folder.
cd prizebond-frontend - Install necessary npm packages in order to run the project.
npm install - Create
.envfile by copying/renaming.env.samplefile. - Install and configure amarprizebond/express-backend project.
- This project uses Google firebase service for user authentication. You need to create a Firebase project here, https://console.firebase.google.com/.
- Enter firebase settings in
.envfile. npm startto run the project. This will open the project in browserhttp://localhost:3000.
In order to contribute to the project, checkout project issues, https://github.com/amarprizebond/react-frontend/issues and projects, https://github.com/orgs/amarprizebond/projects/3 for available tasks we have plan to implement in future. Take one task you want to work on, then open a pull request.
You can also create an issue, and report bug or request new feature.
This project was bootstrapped with Create React App. All commands that Create React App also supported by this project.
Runs the project in the development mode. Open http://localhost:3000 to view it in the browser.
Builds the app for production to the build folder.