Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/strangeal/front-trakade
https://github.com/strangeal/front-trakade
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/strangeal/front-trakade
- Owner: Strangeal
- License: mit
- Created: 2023-04-20T10:30:01.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-05-31T12:11:43.000Z (over 1 year ago)
- Last Synced: 2024-12-09T16:53:01.210Z (2 months ago)
- Language: TypeScript
- Size: 186 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
React Project Starter Template
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**Project starter** is a simple boilerplate created to help users setup a react application quickly with the basic packages.
Client
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Latest version of Node installed
### Setup
To use this template, you need to:
- Click on the big green button labelled "Use this template".
- Select the option "Create a new repository" from the dropdown menu.
- Select an owner for the repository and name the repository.
- Click the "Create repository from template" button.
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/Baayeh/my-project.git
```
### Install
Install this project with:
```sh
cd my-project
npm install
```
### Usage
To run the project, execute the following command:
```sh
npm run dev
or
yarn dev
```
👨💻 **Kwasi Baayeh**
- GitHub: [@Baayeh](https://github.com/Baayeh/)
- LinkedIn: [kabaayeh](https://www.linkedin.com/in/kabaayeh)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project then please give a ⭐️ and also share your feedback using github_issues.
This project is [MIT](./LICENSE) licensed.