Skip to content

upalexgill/express-sass-babel-eslint-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express + SASS + Babel + Eslint

Workflow supporting Express server, Babel (ES6), Eslint, SASS (scss).

Setup

Uses an express.js server over HTTPS to run input and output devices via the browser including cameras, microphones and speakers.

First, create server.key and server.crt files.

$ openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout ./sslcert/server.key -out ./sslcert/server.crt

Then install express package and run.

$ npm install
$ npm run start

Open http://localhost:4000 to view.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published