This repository has been archived by the owner on Apr 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from Neverbland/feature/neverbuild-v2
neverbuild v2
- Loading branch information
Showing
57 changed files
with
2,217 additions
and
666 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# http://editorconfig.org | ||
root = true | ||
|
||
[*] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
|
||
[*.md] | ||
trim_trailing_whitespace = false | ||
|
||
[Makefile] | ||
indent_style = tab |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
.DS_Store | ||
# See http://help.github.com/ignore-files/ for more about ignoring files. | ||
|
||
# dependencies | ||
node_modules | ||
|
||
# testing | ||
coverage | ||
|
||
# production | ||
build | ||
|
||
# misc | ||
.DS_Store | ||
npm-debug.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,22 @@ | ||
# NEVERBUILD generator | ||
# Neverbuild V2 | ||
|
||
[Yeoman](http://yeoman.io) generator that scaffolds out a front-end web app. | ||
Kickstarts a new React app | ||
|
||
## Features | ||
|
||
* Grunt | ||
- Automagically compile your SCSS | ||
- Image optimization | ||
* libsass | ||
* Bourbon for Sass - A simple and lightweight mixin library for SASS | ||
* Neat for Bourbon - A lightweight semantic grid framework for SASS and Bourbon | ||
* jQuery | ||
* Basic .editorconfig file for consistency across editors/IDEs | ||
* jscsrc and scss-lint rules | ||
* React | ||
* React Router | ||
* Webpack | ||
* SCSS | ||
|
||
For more information on what `generator-neverbuild` can do for you, take a look at the [Grunt tasks](https://github.com/vslio/generator-neverbuild/blob/master/app/templates/_package.json) used in the `package.json`. | ||
|
||
|
||
## Getting Started | ||
|
||
- Install: `npm install -g generator-neverbuild` | ||
- Create project directory and cd into it: `mkdir project-name && cd $_` | ||
- Run: `yo neverbuild` | ||
- Run `grunt` for building & watch + compile your SCSS files | ||
## Getting started | ||
|
||
- Install: `npm install` | ||
- Start dev: `npm start` | ||
- Production build: `npm run build` | ||
|
||
## License | ||
|
||
[MIT license](http://opensource.org/licenses/MIT) | ||
[MIT license](http://opensource.org/licenses/MIT) | ||
|
||
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app). |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.