Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prashanthr/reactshell
A shell for react projects with all required packages to bootstrap a react app
https://github.com/prashanthr/reactshell
Last synced: 24 days ago
JSON representation
A shell for react projects with all required packages to bootstrap a react app
- Host: GitHub
- URL: https://github.com/prashanthr/reactshell
- Owner: prashanthr
- Created: 2016-07-12T02:34:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-12T03:13:18.000Z (over 8 years ago)
- Last Synced: 2024-10-29T14:20:25.010Z (2 months ago)
- Language: JavaScript
- Size: 186 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Shell
A shell application to bootstrap your react applications# Installation
1. Install Node.js from [https://nodejs.org/en/](https://nodejs.org/en/)
2. Run the following Command
```JavaScript
cd src
npm install
```
4. Open src/index.html in your browser# Build
1. Make your changes
2. Run the following command in the package.json scripts.build
3. It will create a single compiled Javascript file in the src/build folder. index.html references this file.
```JavaScript
cd src
browserify -t [babelify] ./app/index.js -o ./app/build/app.js
```# Included Packages
**react**
**react-dom**
**react-router**
**babel-preset-react**
**babelify**
**browserify**## Coming Soon
flux