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

https://github.com/codesandtags/react-template

Just a react template using: TypeScript + Redux + SSR + Formik + Code Splitting + Axios + SCSS
https://github.com/codesandtags/react-template

Last synced: 8 months ago
JSON representation

Just a react template using: TypeScript + Redux + SSR + Formik + Code Splitting + Axios + SCSS

Awesome Lists containing this project

README

          

# React Template

This template has a lot of useful features.

* TypeScript
* React-Router
* Redux / Redux-thunk
* SSR
* Code Splitting
* i18n
* Formik + Yup
* Husky + ESlint
* Jest + Enzyme

## Goal

The goal of this project is reduce the time configuring a new **React** project and speed up the development process,
using the best practices like Linters (TSLint, SassLint), Pre-Commit verification tasks, also providing a
pre-configured files to deploy the artifact.

## Features

| Feature | Summary |
|--------------------------|-------------------------------|
| Feature A | Description of the Feature A |

## Dependencies

Here you will find the list of dependencies with this project.

| Dependency | Description |
|--------------------------|-------------------------------|
| [Webpack](https://webpack.js.org/) | Static module bundler for modern JavaScript applications. |
| [Webpack](https://webpack.js.org/) | Static module bundler for modern JavaScript applications. |

## Installation

1. **Clone** or **Download** the {{project}}.

2. [Use npm](https://docs.npmjs.com/cli/install) to install all dependencies in the _package.json_.

```sh
npm install
```

3. Once you finish to install the dependencies you can start the project using the command.
```sh
ng serve
```

## Contributors

| Contributor | Email |
| ------------- |:-------------:|
| Edwin Torres | codesandtags@gmail.com |