Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umayr/react-dev-environment
This is a completely setup React environment for all types of React Website Development
https://github.com/umayr/react-dev-environment
Last synced: 24 days ago
JSON representation
This is a completely setup React environment for all types of React Website Development
- Host: GitHub
- URL: https://github.com/umayr/react-dev-environment
- Owner: umayr
- Created: 2016-04-14T10:30:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-14T10:30:42.000Z (almost 9 years ago)
- Last Synced: 2024-11-07T03:48:22.559Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 5.04 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Dev-Environment
##### Support Linux and OSX. Seek alternitives for WindowsReact is very powerful front end development platform made by facebook.
This environemt is all ready for you to start developing with React Just follow these steps:To understand the mindset of React read this: [Thinking in React](https://facebook.github.io/react/docs/thinking-in-react.html)
##SETUP:
####Step 1:
Open terminal and type:``` $ git clone https://github.com/Andy4932/React-Dev-Environment.git```or you alternatively download the zip
#### Step 2:
``` $cd ``` into that folder and type ``` $ npm start```
###### Install npm:
if you do not have npm go to [Install Node.js here](https://nodejs.org/en/) or you can open terminal and type ```$ brew install node.``` using homebrew. test is by typing these two commands ``` $ node -v``` and ```$ npm -v```.####Step 3:
The best part click on the index.html file in the directory. You should see something like: ![Screen Shot] (https://github.com/Andy4932/React-Dev-Environment/blob/master/images/ScreenShot%20.jpg "Screen Shot")Then after that the development is up to to create whatever you would like if you want to read more about React or Boostrap
see :######[React Website](https://facebook.github.io/react/index.html)
######[Boostrap Website](http://getbootstrap.com/)