Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skratchdot/grunt-init-react
grunt-init template for a very basic react project
https://github.com/skratchdot/grunt-init-react
Last synced: about 1 month ago
JSON representation
grunt-init template for a very basic react project
- Host: GitHub
- URL: https://github.com/skratchdot/grunt-init-react
- Owner: skratchdot
- Created: 2015-11-08T01:32:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-21T21:07:08.000Z (about 8 years ago)
- Last Synced: 2024-10-19T00:24:38.953Z (3 months ago)
- Language: JavaScript
- Homepage: https://projects.skratchdot.com/grunt-init-react/
- Size: 1.78 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grunt-init-react
grunt-init template for a very basic react project.
## Getting started
### Installation
If you haven't already done so, install
[Grunt](https://github.com/gruntjs/grunt) and
[grunt-init](https://github.com/gruntjs/grunt-init):``` bash
npm install -g grunt-cli grunt-init
```Once [grunt-init](https://github.com/gruntjs/grunt-init) is installed, place
this template in your `~/.grunt-init/` directory. It's recommended that you
use `git clone` to install this template into that directory as follows:``` bash
git clone https://github.com/skratchdot/grunt-init-react.git ~/.grunt-init/react
```### Usage
Now that `grunt init` is installed. At the command-line, cd into an empty
directory and run `grunt-init react` and follow the prompts. You might want to
test that it works before you begin customizing the project:* Next, run `npm install` to install the project's dependencies.
* Then, run `npm run watch` to build the project and test that it works._Note that this template will generate files in the current directory, so be
sure to change to a new directory first._## Demo Site
To see an example of the site that is generated, you can visit the demo site:
- [Demo Site](https://projects.skratchdot.com/grunt-init-react/)
- [Source Code](https://github.com/skratchdot/grunt-init-react/)## License
Copyright (c) 2015 [skratchdot](https://www.skratchdot.com/)
Licensed under the MIT license.