Fix md-warnings
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
# Web 2.0 Frontend
|
||||
|
||||
Minimal starter kit with hot module replacement (HMR) for rapid development.
|
||||
|
||||
* **[React](https://facebook.github.io/react/)** (16.x)
|
||||
@@ -14,11 +15,13 @@ Minimal starter kit with hot module replacement (HMR) for rapid development.
|
||||
* Code quality (linting) for Typescript and SASS/CSS.
|
||||
|
||||
## Installation
|
||||
|
||||
1. Clone/download repo
|
||||
2. `npm install`
|
||||
|
||||
## Usage
|
||||
**Development**
|
||||
|
||||
### Development
|
||||
|
||||
`npm start`
|
||||
|
||||
@@ -31,7 +34,7 @@ Minimal starter kit with hot module replacement (HMR) for rapid development.
|
||||
|
||||
* Create a new component interactively using plop templates
|
||||
|
||||
**Production**
|
||||
### Production
|
||||
|
||||
`npm run start-prod`
|
||||
|
||||
@@ -40,7 +43,7 @@ Minimal starter kit with hot module replacement (HMR) for rapid development.
|
||||
|
||||
---
|
||||
|
||||
**All commands**
|
||||
### All commands
|
||||
|
||||
Command | Description
|
||||
--- | ---
|
||||
@@ -56,6 +59,7 @@ Command | Description
|
||||
`npm run start` | (alias of `npm run start-dev`)
|
||||
|
||||
## See also
|
||||
|
||||
* [React Webpack Babel Starter](https://github.com/vikpe/react-webpack-babel-starter)
|
||||
* [Isomorphic Webapp Starter](https://github.com/vikpe/isomorphic-webapp-starter)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user