Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andregarvin/react-boilerplate
- Owner: andreGarvin
- Created: 2017-12-17T00:50:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-14T01:05:26.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T02:13:05.404Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.05 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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