https://github.com/maxigimenez/base-react-app
React app skeleton with my most common libraries for new projects
https://github.com/maxigimenez/base-react-app
boilerplate react skeleton
Last synced: 2 months ago
JSON representation
React app skeleton with my most common libraries for new projects
- Host: GitHub
- URL: https://github.com/maxigimenez/base-react-app
- Owner: maxigimenez
- Created: 2019-12-11T18:09:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:49:06.000Z (over 3 years ago)
- Last Synced: 2025-04-05T17:46:37.479Z (about 1 year ago)
- Topics: boilerplate, react, skeleton
- Language: TypeScript
- Size: 1.79 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Base React app
## Motivation
Instead of doing the same set-up over and over, I decided to create this skeleton using my usual stack for side-projects.
Some questions that you might have:
**Why not use others similar projects out there?**
Simple, I tend to use this set-up for side-projects so I don't want to spend too much time digging into other person code.
**Turn this into a `create-react-app` template?**
Soon! but feel free to fork the repo and do it :)
## Stack
- Typescript
- React
- React-router
- Redux
- Styled Components
- Sass
- Jest
Any missing library? [Open an issue or a PR!](https://github.com/maxigimenez/base-react-app/issues)
## Available Scripts
Part of this project was created using [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started) so all these scripts are available, check the documentation for more information!
### `yarn start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
### `yarn test`
Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
### `yarn build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.