Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Opionated react starter kit that, doesn't contain to much.

Notifications You must be signed in to change notification settings

AlastairTaft/react-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ Archived

This repo is not maintained.

Simple React Starter Kit

This is a barebones repository for writing static client side react applications. Should be enough to get started without adding to much.

Start with yarn install to fetch dependencies.

  • npm start Run the code in development mode
  • npm run build Compile the assets, ready to run in production. Generates the static code in the docs folder.

Technology

  • Webpack 2 (for client bundle)
  • Babel (ES6 to ES5)
  • react-router v4 (single page app navigation)
  • redux (managing application state)
  • jss for css handling
  • hot reloading for better development

Doesn't use any special build tools, just npm and node scripts. Uses webpack for generating the client bundle. Uses redux for managing application state.

About

Opionated react starter kit that, doesn't contain to much.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published