Skip to content

jensnilsson/react-typescript-ssr-redux-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stack

This boilerplate use the following tech stack:

  • TypeScript, as the main language used
  • Webpack, to bundle our source files
  • React, to build our UI
  • Redux, to manage the state of the app
  • Express, as a simple server to render initial page
  • JSS, to style our components (Not yet used)

Installation

Build with Yarn

$> yarn install
$> yarn build
$> yarn start

Dev with Yarn

Will build automatically and then refresh webpage automatically. Meaning that for large projects other process is required.

$> yarn install
$> yarn build-dev
$> yarn start-dev

Usage

Access the app at localhost:8080

About

Starting point for creating a react app with node server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published