Skip to content

patlolla-sai-charan-reddy/ampreact

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡⚛ ampreact

AMP HTML + React — The most trendy website boilerplate possible.

Getting Started

1. Get latest code

git clone https://github.com/dfrankland/ampreact.git

2. Run npm install

3. Run npm start

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 with on top of it.

https://localhost:3000/ — Node.js server (build/server.js)
https://localhost:3001/ — BrowserSync proxy
http://localhost:3002/ — BrowserSync control panel (UI)

About

  • Content: Utilizes Webpack, React, Jade/Markdown, and PostCSS to dynamically create AMP HTML pages.
  • Server: HTTP/2 with Koa for super minimal and performant serving.
  • Development: Browsersync for speedy development and linting rules setup for organization.

More Documentation to Come...

Attribution

Based on the brilliant react-starter-kit

About

⚡⚛ AMP HTML + React — The most trendy website boilerplate possible.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.9%
  • HTML 24.0%
  • CSS 22.1%