Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andregarvin/react-boilerplate

A simple react boilerplate starter kit cause I am tired of creating this so many times and create react app psssh boi
https://github.com/andregarvin/react-boilerplate

Last synced: 2 days ago
JSON representation

A simple react boilerplate starter kit cause I am tired of creating this so many times and create react app psssh boi

Awesome Lists containing this project

README

        

# react boilerplate

A simple bare react boilerplate app to get started with

## Get started guide

- Clone the repo (`git clone https://github.com/andreGarvin/react-boilerplate.git`)
- Install all dependencies using (`npm i`)

Then your set to make whatever changes you want!

### Scripts

- `npm run build`: builds react app in production mode.
- `npm run build:watch`: builds react app in development mode, this will rebuild the project if there are any code changes