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
- Host: GitHub
- URL: https://github.com/adhamu/skeleton
- Owner: adhamu
- Created: 2020-10-18T15:17:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-20T11:34:39.000Z (about 1 year ago)
- Last Synced: 2025-04-02T11:36:20.568Z (about 1 year ago)
- Topics: dark-mode, eslint, jest, prettier, react, scss, stylelint, testing-library, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 2.38 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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