Skip to content

jayjamero/react-redux-starter

Repository files navigation

React Frontend Framework

Installation Steps

  1. npm install
  2. npm start

Development

  • npm run build - Compile and build the project in development mode (no watching)
  • npm run dev - Watches directory and compiles assets

Showcase

  • npm run server - Runs a live server with hot reloading (does not compile JS)
  • npm start - Compiles a release build then runs a live server

Tests

  • npm run test - Runs Jest tests
  • npm run test:watch - Automatically runs tests during dev
  • npm run test:coverage - Runs Jest tests (exports coverage report)

Deployment

  • npm run build:release - Create a release candidate

TODO

  1. Add istanbul for test code coverage - Using jest --coverage now
  2. Migrate gulp build tasks to webpack
  3. Add webpack build tool
  4. Add node backend server
  5. Add express
  6. Add mongodb
  7. Setup with docker

About

Boilerplate startup for React/Redux projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published