Skip to content

globant-ui-rosario/react-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React JS Boilerplate

Project Structure & Directories

(TBD)

Development

  1. Run npm install to install all the needed dependencies.
  2. To start the gulp server (with the HTML, SCSS, JS builds) run gulp.
  3. Open into a browser http://localhost:8080/ to see the application running.
  4. Any changes made to the files matching the patterns specified into the browser-sync task, inside the gulpfile, will trigger an automatic reload to the webpage.

Tests

  1. Run npm test to run all the defined tests using the karma.conf.js file.
  2. Run gulp start-test-server to see the application tests report. (TBD)
  3. Open into a browser http://localhost:5000/ to see the application tests report. (TBD)
  4. Within every run of the application tests the application tests report will be automatically updated and reflected into the web display.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published