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.
- Host: GitHub
- URL: https://github.com/gtsopour/typescript-react-redux
- Owner: gtsopour
- License: mit
- Created: 2020-03-04T06:45:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-08T05:26:56.000Z (about 3 years ago)
- Last Synced: 2025-01-21T08:11:15.444Z (over 1 year ago)
- Topics: preprocessor, react, react-redux, react-router-dom, redux, redux-thunk, sass, spa, typescript, webpack, webpack5
- Language: TypeScript
- Homepage:
- Size: 2.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```