Skip to content
This repository was archived by the owner on Nov 29, 2020. It is now read-only.

Commit eae8073

Browse files
committed
update documentation
1 parent 306ea51 commit eae8073

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Simple and optimized React boilerplate. It includes:
77
- [x] React 15.4.2
88
- [x] ECMAScript 6 and JSX support
99
- [x] React Router
10-
- [x] Latest Webpack Dev Server
10+
- [x] Latest Webpack and Webpack Dev Server
1111
- [x] Hot Reloading using [react-hot-loader](https://github.com/gaearon/react-hot-loader)
1212
- [x] SASS support
1313
- [x] Separate CSS stylesheets generation
@@ -30,6 +30,7 @@ Make sure you have Node.js installed.
3030
## Available Commands
3131

3232
- `npm start` - start the dev server
33+
- `npm clean` - delete the dist folder
3334
- `npm run production` - create a production ready build in `dist` folder
3435
- `npm run lint` - execute an eslint check
3536
- `npm test` - run all tests

0 commit comments

Comments
 (0)