Skip to content

Commit 76a5831

Browse files
committed
chore: add README file
1 parent c40a156 commit 76a5831

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.MD

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Basic Boiler Plate for React / Redux / SCSS on Webpack
2+
3+
### Heavily based on (but slightly customized):
4+
[React Bolt Boilerplate](https://github.com/leonardomso/react-bolt).
5+
6+
### `yarn install`
7+
### `yarn start`
8+
9+
Runs the app in the development mode.<br>
10+
Open [http://localhost:8081/](http://localhost:8081/) to view it in the browser.
11+
12+
### `yarn test`
13+
14+
To run your tests.<br>
15+
16+
### `yarn build`
17+
18+
To build your app.<br>

0 commit comments

Comments
 (0)