Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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