
# flatspark

flatspark is ideal for both beginners and seasoned developers seeking to quickly build modern web applications with a clean and streamlined aesthetic. Its modular structure allows for flexible integration and easy customization to match individual project requirements.

## Documentation

[Documentation](https://flatspark.netlify.app/)


## Installation

Install flatspark with npm

```bash
  npm install flatspark
  
```
    
## Usage

```javascript
import "flatspark/dist/index.css";

```
## Using index.html

```javascript

    <link rel="stylesheet" href="node_modules/flatspark/dist/index.css">

```



## Features

- Clean and Minimalist Style
- Easy Customization
- Cross platform


## Run Locally

Clone the project



```bash
  cd your_project
```

Install dependencies

```bash
  npm install flatspark
```
Import in index.js 
```bash
import "flatspark/dist/index.css";
```

Start the server

```bash
  npm run start
```




## Authors

- [@tushar](https://www.github.com/)


## Tech Stack

**:** Scss, gulp




## Feedback

If you have any feedback, please reach out to us.

