- Fork/Clone the repo:
git clone git@github.com:moerphous/moerphous.git
- Open the newly created directory:
cd moerphous
- Install the required dependencies:
npm install
In order to run the project locally or build for production use, you need to set the following environment variable to connect with the server:
export REACT_APP_SERVER_URL=http://localhost:8000/api/v1
- Now, you can run the client:
npm start
Navigate to http://localhost:3000 to explore the landing page.
To deploy the client, you will need to set the following environment variable that help the client connects with the server.
* REACT_APP_SERVER_URL - Your deployed server APIs url.
-
Create React App
-
React
-
React Router 6
-
Material UI
-
Redux
Navigate to the server repository and follow the instructions listed in this section to run both the client and the server in docker containers.
This project and the accompanying materials are made available under the terms and conditions of the MIT LICENSE
.