mcnamee / react-starter-kit

πŸš€ A React & Redux boilerplate app to get you up and running very, very quickly πŸš€

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Web Starter Kit

React Web App

Web Demo

builds license

What is this?   β€”   Usage   β€”   Docs   β€”   Need help?



Looking for something else?


πŸ‘‹ Intro

This project was bootstrapped with the React Boilerplate Builder by Matt McNamee.

The project is super helpful to kick-start your next project, as it provides a lot of the common tools you may reach for, all ready to go. Specifically:


πŸš€ Getting Started

  • Install eslint, prettier and editor config plugins into your IDE
# Install dependencies
yarn install

# Run the app in the development mode
# Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
yarn start

# Launches the test runner in the interactive watch mode
yarn test

# Builds the app for production to the `build` folder
# It correctly bundles React in production mode and optimizes the build for the best performance
yarn build

# Lint
./node_modules/.bin/eslint "src/**/*.js"

πŸ“– Docs


πŸ‘Š Further Help?

This repo is a great place to start. But...if you'd prefer to sit back and have your new project built for you or just need some consultation, get in touch with me directly and I can organise a quote.

About

πŸš€ A React & Redux boilerplate app to get you up and running very, very quickly πŸš€

License:MIT License


Languages

Language:JavaScript 90.9%Language:HTML 4.7%Language:SCSS 4.4%