Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madliani/reactify
The React Starter Kit
https://github.com/madliani/reactify
jest pnpm react react-router reactify styled-components typescript vite yarn
Last synced: 3 days ago
JSON representation
The React Starter Kit
- Host: GitHub
- URL: https://github.com/madliani/reactify
- Owner: madliani
- License: agpl-3.0
- Created: 2022-12-24T14:16:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T12:38:52.000Z (4 months ago)
- Last Synced: 2024-07-11T14:23:56.748Z (4 months ago)
- Topics: jest, pnpm, react, react-router, reactify, styled-components, typescript, vite, yarn
- Language: TypeScript
- Homepage:
- Size: 3.23 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Authors: AUTHORS
Awesome Lists containing this project
README
# Reactify
The React Starter Kit
![Built with Jest](https://img.shields.io/badge/Jest-C21325.svg?style=for-the-badge&logo=Jest&logoColor=white)
![Built with React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)
![Built with styled-components](https://img.shields.io/badge/styled--components-DB7093?style=for-the-badge&logo=styled-components&logoColor=white)
![Built with TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white)## Screenshots
![Homepage](./assets/images/reactify-homepage.png)
## Usage
In the project directory, you can run:
### `yarn dev`
Runs the app in the development mode.\
Open [http://localhost:8080](http://localhost:8080) to view it in the browser.The page will reload if you make edits.\
You will also see any lint errors in the console.### `yarn test`
Launches the test runner in the interactive watch mode.
### `yarn build`
Builds the app for production to the `dist` folder.\
It correctly bundles React in production mode and optimizes the build for the best
performance.The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!## Authorship
Based on [Create React App](https://create-react-app.dev) by
[Meta](https://opensource.fb.com).