An open API service indexing awesome lists of open source software.

https://github.com/adhamu/skeleton

A simple React Hello World skeleton
https://github.com/adhamu/skeleton

dark-mode eslint jest prettier react scss stylelint testing-library typescript vite

Last synced: 4 months ago
JSON representation

A simple React Hello World skeleton

Awesome Lists containing this project

README

          

# Skeleton

A skeleton boilerplate repo for a React app.

## Technologies

- React
- Typescript
- CSS Modules
- Dark Mode Toggle

## Tooling

- [Vite](https://vite.dev)
- [React Router](https://reactrouter.com)
- [Zero](https://github.com/adhamu/zero)

## Testing

- Jest
- Testing Library

## Getting Started

This repository is set as a template.

You can click the `Use this template` on the repository homepage to create a new repository based off this one.

Once you have done so.

```sh
$ git clone https://github.com//
$ cd
$ yarn
```

## Development

```sh
$ yarn dev
```

Open up [http://localhost:5173](http://localhost:5173)

## Production

```sh
$ yarn build
```

Everything gets output to the `dist` directory