info
botostart.ir template
npm scripts
http server
*runs a http server on port 8000*
command:
npm run server
output:
> 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/) ...
sass compiler
Auto-Compiles your sass files every time it changes assets/scss/styles.scss
to assets/css/styles.css
command:
npm run sass
output:
> 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.