https://github.com/influx6/rckit
A personal starter package for react and babel based project
https://github.com/influx6/rckit
react-starter-project
Last synced: 7 months ago
JSON representation
A personal starter package for react and babel based project
- Host: GitHub
- URL: https://github.com/influx6/rckit
- Owner: influx6
- Created: 2019-04-10T05:15:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T06:34:10.000Z (over 6 years ago)
- Last Synced: 2025-01-21T07:08:08.967Z (9 months ago)
- Topics: react-starter-project
- Language: JavaScript
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
RCKit
=====
RCKit (React Kit) provides a personal starter point for developing front end projects using
react. I consistently keep forgetting how to do so alot, so this is me being lazy, yet
wise.## Usage
Simply clone this repository into your own directory and delete the `.git` directory.
Ensure to update the `package.json` to match your project name, repository and other details```bash
> mkdir sample-project
> cd sample-project
> git clone https://github.com/gokit/rckit.git .
> rm .git
```