kidandcat / architecture-react-hot

ParcelJS + TypeScript + React + Redux-observable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ParcelJS + TypeScript + React + Redux-observable

Description

Architecture with React + ParcelJS + Typescript + Redux-observable. (And testing with Jest, of course)

PD: This is not similar to create-react-app in the sense that there is no hidden configuration in node_modules, it is based in ParcelJS, a bundler ready to automate most things, looking to have zero configuration, even targeting large scale projects.

You should have a look at https://parceljs.org/ it will surprise you.

Install

npm install

Usage

Dev Server with Hot Reloader:

npm start

Build:

npm run build

Test:

npm test

About

ParcelJS + TypeScript + React + Redux-observable

License:Other


Languages

Language:TypeScript 90.8%Language:JavaScript 5.1%Language:HTML 4.1%