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

https://github.com/gtsopour/typescript-react-redux

SPA with React, TypeScript as language, Redux for state management, Sass as preprocessor and Webpack as module bundler.
https://github.com/gtsopour/typescript-react-redux

preprocessor react react-redux react-router-dom redux redux-thunk sass spa typescript webpack webpack5

Last synced: 3 months ago
JSON representation

SPA with React, TypeScript as language, Redux for state management, Sass as preprocessor and Webpack as module bundler.

Awesome Lists containing this project

README

          

# Typescript React Redux Webpack Sass Starter

* Typescript
* React / React Router
* Redux store / Redux Thunk middleware
* Sass preprocessor
* Webpack / Webpack Dev Server / HTML, File, Sass, CSS loaders
* Jest Testing Framework

## Available Scripts
```shell
npm run start
```
NOTE: The App will start in localhost:3000 using webpack dev server

```shell
npm run build
```

```shell
npm run test
```