Skip to content

Test application based on typescript + react + redux

Notifications You must be signed in to change notification settings

Squirre1/users-groups-app

Repository files navigation

Frontend Boilerplate with React, Redux & TypeScript

The app uses react-hooks-redux-webpack-typescript boilerplate.

Node v.10.17.0

Installation

$ npm ci

Running

$ npm start

Build

$ npm run build

Deploy (to the GitHub Pages)

$ npm run deploy

Docker

$ docker build . -t users-groups-app
$ docker run -p 3000:80 users-groups-app

License

MIT

About

Test application based on typescript + react + redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published