Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yosuke-furukawa/jsx_test_tutorial
https://github.com/yosuke-furukawa/jsx_test_tutorial
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yosuke-furukawa/jsx_test_tutorial
- Owner: yosuke-furukawa
- Created: 2013-12-21T10:53:04.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:45:32.000Z (11 months ago)
- Last Synced: 2024-04-15T12:17:33.012Z (7 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jsx_test_tutorial
====================HOW TO USE
----------install
```shell
$ git clone https://github.com/yosuke-furukawa/jsx_test_tutorial.git
$ cd jsx_test_tutorial
$ npm install
```if you don't have grunt and jsx, please install them
```shell
$ npm install grunt jsx -g
```run
```shell
$ grunt
```