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: 5 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T12:38:52.000Z (11 months ago)
- Last Synced: 2024-11-12T16:18:44.023Z (7 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



## Screenshots

## 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).