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
- Host: GitHub
- URL: https://github.com/codesandtags/react-template
- Owner: codesandtags
- License: mit
- Created: 2019-12-14T20:40:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:02:27.000Z (over 3 years ago)
- Last Synced: 2025-03-13T09:38:53.186Z (over 1 year ago)
- Language: TypeScript
- Size: 3.74 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |