Skip to content

Default project in React JS with Bootstrap 3.7, Sass and Mixin responsive rules

Notifications You must be signed in to change notification settings

webuijorgeGL/StackReactJS

 
 

Repository files navigation

SPA Single Page Application Stack ReactJS

ReactJS, Javascript, Sass, Webpack, HTML, Bootstrap 3.7, SASS React version 16.9.0+ Includes Axios and one REST GET integration for sliders with slick carrousel in an Featured.js file. Feel free to change it.

Includes some animations that you can find in assets/styles/ folder _animations.scss file. Include there the new animations and use class names to active it.

SASS and another CSS styles

Go to the assets folder then styles folder and select App.scss for custom styles. SASS it's pre-configure for automatic compilations when save changes. Remember use the underscore _ before to the .scss file to ignore double compressing.

Requirements pre install

  • Yarn
  • Node

🚀 Usage

  • Clone the repository
  • Install dependencies with yarn install
  • Launch project with yarn start

🚀 Usage JEST for unit test

  • follow the documentation https://jestjs.io/docs/es-ES/tutorial-react @testing-library
  • It's preconfigured in this project
  • in your console run "npm run test:watch"
  • The parent file App.test.js is watching all changes in the code

Demo

NO DEMO

Author

👤 Jorge Arturo Suarez Uribe

📝 License

Copyright © 2019 @jorgsuau .
This project is free to fork licensed.

About

Default project in React JS with Bootstrap 3.7, Sass and Mixin responsive rules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 50.9%
  • JavaScript 44.5%
  • HTML 4.6%