Skip to content

Commit

Permalink
Merge pull request #62 from Amsterdam/develop
Browse files Browse the repository at this point in the history
Merge latest develop -> main
  • Loading branch information
thomasm0 authored Sep 10, 2024
2 parents 94fd128 + d594999 commit 87e9a73
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 22 deletions.
24 changes: 4 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,14 @@
# Engineering Enablement React Template
# React Map Demos

Team responsible: Engineering Enablement team

This starter kit is built on top of Vite 5.x for writing React based applications in TypeScript.
Team responsible: Engineering Enablement

## Aims of this repo

This repository aims to provide developers with a simple and unopinionated codebase to develop frontend-based React applications with. Simple meaning minimal config and maintenance overheads.

## Features

- ESLint - scripts linter
- Stylelint - styles linter
- Prettier - formatter
- Vitest - test framework
- Husky + lint-staged - pre-commit git hook set up for formatting
This project uses [Storybook](https://storybook.js.org/) to provide demos and examples of common use-cases of maps for Gemeente Amsterdam. The preferred map library is [Leaflet](https://leafletjs.com/) implemented in the frontend library [React](https://react.dev/).

## How to use this repo?

You can create a repository based on this [repository template](https://github.com/amsterdam/ee-react-template/generate) or simply clone the repository:

```bash
git clone https://github.com/amsterdam/ee-react-template.git
cd ee-react-template
npm i
```
This project is generated from a [repository template](https://github.com/amsterdam/ee-react-template).

### Usage

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"eslint-plugin-storybook": "^0.8.0",
"happy-dom": "^14.11.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.7",
"postcss": "^8.4.38",
"postcss-scss": "^4.0.9",
"prettier": "^3.2.5",
Expand Down

0 comments on commit 87e9a73

Please sign in to comment.