Skip to content

chansecampbell/react-blog-app-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React blog app boilerplate

A basic React blog app setup with React Router, Sass, Webpack & Babel

##Run the following commands to start the project:

  • npm init
  • npm install
  • webpack to build the js
  • gulp sass to build the css
  • python -m SimpleHTTPServer to run the project

##To dos:

  • Build out the contact view with form
  • Setup a json file for project data & render them on the blog page
  • Setup blog post structure & render them on the blog page
  • Fix body content positioning
  • Link webpack to run with gulp
  • Add minification for js and css to gulp

About

A basic React blog app setup using React, Sass, Gulp, Webpack & Babel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published