Skip to content

Jonathan-Steinmann/react-boilerplate-testing


React-Boilerplate-Testing

This project is a testing ground to learn / work with React.js, Redux, Babel, redux-saga, react-router, Offline First, etc.

Quick start

  1. Clone this repo using git clone https://github.com/Jonathan-Steinmann/react-boilerplate-testing.git
  2. Move to the appropriate directory: cd react-boilerplate-testing.

Set up (local)

  1. Install Node

Set up (Docker)

  1. Install Docker
  2. $ dev-scripts/start_env.sh
  3. $ dev-scripts/ssh_env.sh

You are now in a shell in the Docker container. Proceed to the application specific setup section.

Set up (application specific)

$ npm install
$ npm run build:dll
$ npm run start

Visit http://localhost:3333

Reference

Here is a video on how to structure your React.js apps with scalability in mind. It provides rationale for the majority of boilerplate's design decisions.
Here is a blog post that is also interesting to review.

Documentation

About

Testing React, Redux, Sagas, Storybook, etc.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages