Skip to content

Minimal Starter App for React, Redux, Router, and CSS Modules

Notifications You must be signed in to change notification settings

5arias/r3css-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R3CSS React Starter App

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.

Getting Started

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.

Prerequisites

These are the things you need to install before you can build or run the application

Installing

After cloning the repo run yarn install to install the application dependencies

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn run build

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!

yarn run lint

Lints and JavaScript and JSON files using ESLint and Prettier.
Linting also happens automatically via pre-commit git hooks

Built With

Based on Create React App

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

License

This project is licensed under the MIT License

About

Minimal Starter App for React, Redux, Router, and CSS Modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published