Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 345 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 345 Bytes

ReactJS Starter

This repository is a simple starting point for SPA using ReactJS, Bootstrap and Webpack.

Getting Started

Clone this repo and run the following commands.

npm install
bower install
npm run start

How to Build

Run the following command for build

npm run build

Next step

  • Heroku implementation