Skip to content

An example of using create-react-app to bridge the gap between static sites and single page apps

Notifications You must be signed in to change notification settings

DenisIzmaylov/an-almost-static-stack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An Almost Static Stack

An Almost Static Stack

This repo serves as a companion to the tutorial of the same name, over on Medium.

Getting started

git clone https://github.com/superhighfives/an-almost-static-stack.git
cd an-almost-static-stack
yarn install
yarn start

Once you're ready to deploy to Surge, run:

yarn deploy

Voila!

If you're not into Yarn, npm install, npm start and npm run deploy all work as well.

create-react-app

This project was bootstrapped with Create React App.

You can find more information here.

About

An example of using create-react-app to bridge the gap between static sites and single page apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.8%
  • HTML 23.7%
  • CSS 4.5%