An open API service indexing awesome lists of open source software.

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

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.