Skip to content

Commit f0d54bf

Browse files
committed
added README file
1 parent 4c4ce5e commit f0d54bf

File tree

4 files changed

+24
-38
lines changed

4 files changed

+24
-38
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# React-webpack2-skeleton
2+
3+
React-webpack2-skeleton is a lightweight React boilerplate that uses Webpack2. url-loader and sass-loader have been configured to this project by default.
4+
5+
## Requirement
6+
7+
- Node `^6.0.0`
8+
- yarn `^0.20.0` or npm `^3.0.0`
9+
10+
## Getting started
11+
12+
First, clone the project:
13+
14+
```
15+
$ git clone https://github.com/velopert/react-webpack2-skeleton.git <project-name>
16+
cd <project-name>
17+
```
18+
19+
Then, install the dependencies. It is recommended to use Yarn, (because it is blazing fast). You can still use npm as well.
20+
21+
```
22+
$ yarn install # or npm install
23+
$

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "react-webpack2-skeleton",
33
"version": "1.0.0",
4+
"description": "Get started with React with Webpack2",
45
"main": "index.js",
56
"license": "MIT",
67
"scripts": {

scripts/build.js

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/style.scss

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)