https://github.com/javascript-pro/cd.reactplayground
https://github.com/javascript-pro/cd.reactplayground
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/javascript-pro/cd.reactplayground
- Owner: javascript-pro
- Created: 2016-09-26T00:09:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-26T00:12:14.000Z (over 9 years ago)
- Last Synced: 2025-04-06T06:15:13.503Z (about 1 year ago)
- Language: JavaScript
- Size: 6.26 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/
```