Skip to content

An experiment in generating a static site from react

Notifications You must be signed in to change notification settings

eldh/react-static-site

 
 

Repository files navigation

After cloning this repo run npm install to install dependencies

Run in dev mode

npm start

Add a new post

  • update paths.js data
  • add md file in posts/ directory

Build for production

npm run-script build-static

About

An experiment in generating a static site from react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 69.1%
  • CoffeeScript 19.2%
  • JavaScript 11.7%