Skip to content

Set up static demo site - #56

Open
10xjs wants to merge 1 commit into
masterfrom
static-site
Open

Set up static demo site#56
10xjs wants to merge 1 commit into
masterfrom
static-site

Conversation

@10xjs

@10xjs10xjs commented Mar 15, 2018

Copy link
Copy Markdown
Contributor

Create the foundation for a static site to be hosted on github pages.

Scripts:

  • Run a hot-reloading dev server: npm start
  • Build the static site: npm run build

TODO:

  • demo
  • examples
  • docs
  • Set up publish script (probably using gh-pages)

@10xjs10xjs changed the title Create static demo site[WIP] Create static demo siteMar 15, 2018
@10xjs10xjs changed the title [WIP] Create static demo siteSet up static demo siteMar 15, 2018
Create the foundation for a static site to be hosted on github pages.
**Scripts:**
- Run a hot-reloading dev server: `npm start`
- Build the static site: `npm run build`
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@10xjs