Last active
February 16, 2017 10:03
-
-
Save evserykh/ac69b9ddaf0980dbc6f21e5f22deabf6 to your computer and use it in GitHub Desktop.
index.pug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
doctype html | |
html | |
head | |
meta(charset='UTF-8') | |
title React Universal App | |
body | |
#root | |
script(src='/bundle.js') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment