botostart.ir template
*runs a http server on port 8000*
command:
npm run serveroutput:
> reactapp@1.0.0 server
> python scripts/http-server.py
Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...Auto-Compiles your sass files every time it changes assets/scss/styles.scss to assets/css/styles.css
command:
npm run sassoutput:
> reactapp@1.0.0 sass
> sass --watch assets/scss/styles.scss assets/css/styles.css
Sass is watching for changes. Press Ctrl-C to stop.