Skip to content

infinitegsltd/technical-debit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boilerplate for React-Webpack-Express && Sass!

Free to a good home

To Run:

npm install

You will need to run two terminals with this boilerplate; one for webpack and another to compile Sass.

  1. Node server && webpack:

npm run dev

  1. To compile sass:

npm run scss

For WINDOWS OS:

In order to run webpack on windows you will need to do the following:

npm install npm-run-all

Next, in your package.json under scripts, replace "dev": "node server & webpack --watch" with these three lines:

"dev": "npx run-p run-client run-server",
"run-client": "webpack --watch",
"run-server": "node server"

Run node server && webpack with npm run dev

Enjoy!

About

temp virtual card

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 49.9%
  • CSS 36.2%
  • HTML 13.9%