https://github.com/keuller/basic-starter
Basic React Starter Project
https://github.com/keuller/basic-starter
Last synced: 3 months ago
JSON representation
Basic React Starter Project
- Host: GitHub
- URL: https://github.com/keuller/basic-starter
- Owner: keuller
- License: gpl-3.0
- Created: 2016-07-21T14:32:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-18T21:22:20.000Z (over 7 years ago)
- Last Synced: 2025-01-23T00:28:16.637Z (5 months ago)
- Language: JavaScript
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Basic Starter React Project
This is a basic starter project to create React based apps.
## Get started:
1. Clone this repo
2. On your shell type: ```$ npm install```
3. To start: ```$ npm start```
Just it.