A basic React Starter Template repository with gh-pages support β¨
Explore the docs Β»
Website
.
Report Bug
.
Request Feature
There are a lot of starter templates for React available online, however, I didn't find one that was suitable for my personal needs so I created this one.
Here's the key features added to basic create-react-app:
- Static app with PWA support (feature of create-react-app)
- Auto Build and Deploy scripts for gh-pages (use master for dev)
- bootstrap and reactstrap library with custom scss
- node-sass library for compiling scss
- react-router-dom for navigation
- styled-components, material icons library for styling π
This project was bootstrapped with Create React App
To use this repo as a template click or to get up and running with this project on your local machine follow these simple steps.
Here's a list of things you'll need to use have prior to installing the software.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/avisionx/react-starter-template.git
- Install NPM packages
npm install
- You are good to go... π
Once installed here are some basic commands that you may run for working on the project.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
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!
See the section about deployment for more information.
Learn More For more examples, please refer to the Create React App Documentation
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Avi Garg - https://avisionx.net/ - hello@avisionx.net
Project Link: https://github.com/avisionx/react-starter-template