Skip to content

kidandcat/architecture-react-hot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published