Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adhamu/skeleton

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

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

Last synced: 3 days 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
- SCSS Modules
- Dark Mode Toggle

## Tooling

- Parcel
- [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:1234](http://localhost:1234)

## Production

```sh
$ yarn build
```

Everything gets output to the `dist` directory