Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 846 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 846 Bytes

forthebadge

Logo

Complete Boilerplate for building isomorphic react application

Features

  • Written in TypeScript (React components, Reducers, Sagas)
  • React 16.6 with Server-side rendering
  • React Router v4
  • Redux Saga
  • SCSS modules
  • Webpack 4: Bundle splitting
  • React-Loadable: Code splitting
  • Reactstrap (Bootstrap 4)
  • Redux Form
  • Tree shaking
  • Watching for file changes

Instructions

  1. Clone the repository
  2. Install dependencies with npm install
  3. Run the development server with npm run dev

Production

  • To build and run a production server: npm run prod
  • To only build production assets: npm run prod:build
  • To only run a production server: npm run prod:run