1.0.3 • Published 8 years ago

generator-react-sass-es2015 v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

generator-react-sass-es2015

Generate a web app that uses React, Sass, Gulp, Browserify, and ES2015

Installation

First, install Yeoman and generator-react-sass-es2015 using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-react-sass-es2015

Then generate your new project:

yo react-sass-es2015

And get up and running with:

gulp

Result

What you get:

├── app/                     # The source code of the application
│   ├── components/          # The react components
|   |   ├── app/             # The application layout
│   │   |   ├── app.js
│   │   ├── home/            # The home page
│   │   |   ├── home.js           
│   │   ├── about/           # The about page
│   │   |   ├── about.js           
│   │   ├── contact/         # The contact page
│   │   |   ├── contact.js           
│   ├── index.html           # The root html file
│   ├── style.scss           # Stylesheet
│   └── main.js              # Renders the app and defines the routes
├── dist/                    # Build/processed files
├── node_modules/            # Libraries/utilities
│── gulpfile.js              # Build script
│── package.json             # Application config and dependencies

What it looks like:

Console

App

Getting To Know Yeoman

Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced. Feel free to learn more about him.

License

MIT <3 sgbj

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.0

8 years ago