Ecosyste.ms: Awesome
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 parcel prettier react scss stylelint testing-library typescript
Last synced: 3 days 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-26T11:41:12.000Z (about 1 year ago)
- Last Synced: 2024-04-28T06:09:35.979Z (7 months ago)
- Topics: dark-mode, eslint, jest, parcel, prettier, react, scss, stylelint, testing-library, typescript
- Language: SCSS
- Homepage:
- Size: 3.23 MB
- Stars: 1
- Watchers: 3
- 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
- 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