prameshbajra / react-boiler-plate

A simple boiler plate to start making react app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A basic boiler plate for React ...

Boilerplate for react.

It's modular, it's clear, it's concise ...

What does it contain?

  • React (Obviously)

  • Foundation (Working out of the box).

  • PreConfigured Karma for testing.

  • PreConfigured Webpack for easy start.

How to use ?

  • npm install to install required node_modules

  • nodemon server.js or node server.js to fire up the server.

  • webpack -w generate bundle.js

In browser : localhost:3000 and You're Done!

About

A simple boiler plate to start making react app.


Languages

Language:JavaScript 88.7%Language:HTML 10.6%Language:CSS 0.8%