This repository contains the frontend code for the DOAK e-commerce platform.
The live version of the product can be accessed at DOAK Shop
This project is a TypeScript React application. These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You will need the following software installed on your system:
- Node.js and npm. You can download these from here.
- TypeScript. After installing Node.js and npm, you can install TypeScript globally on your system by running
npm install -g typescript. - React. This can be installed by running
npm install -g create-react-app.
Follow these steps to get a development environment running:
- Clone the repository:
git clone https://github.com/your-repo/doak-frontend.git - Navigate into the directory:
cd doak-frontend - Install the dependencies:
yarn install - Start the development server:
yarn start
The application should now be running at localhost:3000.
To deploy the application, simply push to the master branch. The deployment process is handled automatically by the CI/CD setup.
- React - The web framework used
- TypeScript - The language used
- Firebase - The hosting platform used
- Ohiosumua Daniel - Senior Developer - Ohiosumua Daniel
- Hat tip to anyone whose code was used
- Inspiration
- etc