Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickemma/react-typescript-scss-starter
A starter template for building Full-stack web applications with React/Next.js, Tailwind CSS/Scss, Redux and TypeScript.
https://github.com/nickemma/react-typescript-scss-starter
react-typescript reactjs redux-toolkit scss scss-starter-template typescript
Last synced: about 6 hours ago
JSON representation
A starter template for building Full-stack web applications with React/Next.js, Tailwind CSS/Scss, Redux and TypeScript.
- Host: GitHub
- URL: https://github.com/nickemma/react-typescript-scss-starter
- Owner: nickemma
- Created: 2023-09-29T22:02:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-30T00:11:57.000Z (about 1 year ago)
- Last Synced: 2024-04-17T22:07:32.803Z (7 months ago)
- Topics: react-typescript, reactjs, redux-toolkit, scss, scss-starter-template, typescript
- Language: TypeScript
- Homepage: https://react-typescript-scss-starter.vercel.app
- Size: 400 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Full-Stack Application Starter Template
![Project Logo/Thumbnail - Optional]
## 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](https://react-typescript-scss-starter.vercel.app/)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Installations](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Author](#author)
- [🔭 Project Structure](#project-structure)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)## Introduction
Provide a brief but informative introduction to your full-stack application starter template. Explain its purpose, the problems it solves, and any key benefits it offers to developers. Mention the technologies it's built with, such as React, TypeScript, Redux, and SCSS.
## Features
List the key features and functionalities that your starter template provides. This section should give potential users an idea of what they can accomplish using your template. For example:
- User authentication system with JWT
- Pre-configured Redux store with sample actions and reducers
- Basic routing setup using React Router
- SCSS for efficient styling
- Example API endpoints and database connections## Prerequisites
Specify any prerequisites that users need to have installed or set up before they can use your starter template. This could include software, tools, or services. For example:
- Node.js and npm (Node Package Manager)
- A code editor (e.g., Visual Studio Code)
- Git (optional but recommended)## Getting Started
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:NickEmma/react-typescript-scss-starter.git
```### Install
Install this project with:
```sh
cd react-typescript-scss-starter
yarn add || npm install
```### Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request---
### License
Please be advised that our project is released under the terms of a License. Please ensure that you read and understand the terms of the [MIT](LICENSE) License before using our project.
---
### Contact
#### Nicholas Emmanuel
---
## Acknowledgments
- [Techie Emma](https://techieemma.tech/) for the UI design inspiration for this project.