Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrankland committed Mar 28, 2016
1 parent 23e3443 commit 44af272
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ⚡⚛ ampreact
React + AMP HTML — The most trendy website boilerplate possible.
AMP HTML + React — The most trendy website boilerplate possible.

## Getting Started
#### 1. Get latest code
Expand All @@ -12,9 +12,9 @@ This command will build the app from the source files (`/src`) into the output
`/build` folder. As soon as the initial build completes, it will start the
Node.js server (`node build/server.js`) and [Browsersync](https://browsersync.io/) with on top of it.

> [https://localhost:3000/](https://localhost:3000/) — Node.js server (`build/server.js`)
> [https://localhost:3001/](http://localhost:3001/) — BrowserSync proxy
> [http://localhost:3002/](http://localhost:3002/) — BrowserSync control panel (UI)
> [https://localhost:3000/](https://localhost:3000/) — Node.js server (`build/server.js`)<br>
> [https://localhost:3001/](https://localhost:3001/) — BrowserSync proxy<br>
> [http://localhost:3002/](http://localhost:3002/) — BrowserSync control panel (UI)<br>
## About
* **Content**: Utilizes Webpack, React, Jade/Markdown, and PostCSS to dynamically create AMP HTML pages.
Expand Down

0 comments on commit 44af272

Please sign in to comment.