/resource-cloud-front-end

Front end for resource-cloud

Primary LanguageJavaScript

Description

Template react project with bootstrap. Assembly configured with webpack.

======================

Installation and start

git clone https://github.com/vic-volk/react-with-bootstrap-template.git
cd react-with-bootstrap-template 
npm install webpack-dev-server -g
npm install
npm start

References

React-Bootstrap project home: React-Bootstrap

Setting up React for ES6 with Webpack and Babel: Twilio blog

Webpack dev server doc: webpack dev server GitHub