Skip to content

All you need to start working with React in 5 minutes: React+Bootstrap+SASS+jQuery

Notifications You must be signed in to change notification settings

CharlesHarper/react-hello

 
 

Repository files navigation

Hello World with React and Cloud 9

Make sure you have node version 8

$ nvm i 8
Download the boilerplate using the BreatheCode CLI
$ npm i breathecode-cli -g
Download the boilerplate using the BreatheCode CLI
$ breathecode start:react-project -r
and install the npm package:
$ npm install

Start coding!

Start coding your React Application application, update the styles/index.scss or js/index.js depending on your needs. Add more files into your, ./src/js/components or styles folder as you need them.

Publish your website!

This boilerplate is 100% compatible with the free github pages hosting. To publish your website into github please run:

$ npm run deploy

Note: You will need to configure github pages for the branch gh-pages

About

All you need to start working with React in 5 minutes: React+Bootstrap+SASS+jQuery

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 76.4%
  • HTML 18.9%
  • CSS 4.7%