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

https://github.com/javascript-pro/cd.reactplayground


https://github.com/javascript-pro/cd.reactplayground

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# CD.ReactPlayground

## Installation
1. cd to new project directory
```
cd /newProjectDirectory```
2. Clone from Git Repo.
```
git clone http://ac-tfs:8080/tfs/Product/Research/_git/CD.ReactPlayground```
3. Install Dependencies
```
npm install```
4. Start Webpack Server
```
npm start```

## Code Structure

```
assets/
css/
bootstrap.scss
common.scss
mixins.scss
mobile.scss
screen.scss
utilities.scss
variables.scss
.css
fonts/
images/
templates/
scripts/
server.js
setup-jasmine-env.js
src/
actions/
api/
components/
ComponentName/
ComponentName.jsx
ComponentName.scss
variables.scss
controllers/
reducers/
sagas/
utilities/
views/
```