R3CSS is a minimal starter React application focused on best practices using React 16, Redux 4, React Router 4, and CSS modules (with PostCSS). The configuration is based on a create-react-app ejection and modified as needed.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
These are the things you need to install before you can build or run the application
After cloning the repo run yarn install to install the application dependencies
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
Lints and JavaScript and JSON files using ESLint and Prettier.
Linting also happens automatically via pre-commit git hooks
- React 16
- Redux 4 - State management library
- React Router 4 - URL routing library
- React Hot Loader 4 - Hot module loading w/ state retention
- PostCSS - Next generation CSS features
- Prettier - Standardized code styling and linting
This application is based on ejected create-react-app application and modified to fit my personal style and needs.
You can view the full CRA documentation at https://github.com/facebook/create-react-app
This project is licensed under the MIT License