AlanWenhao / web-frame-work

try to set up a web frame with the most popular plugins recently

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

web-frame-work

Try to set up a web frame with the most popular plugins recently

Flow these steps to build:

  1. clone the code
  2. cd web-frame-work
  3. npm install
  4. npm run watch to compile frontend code using webpack
  5. open a new window and run gulp to compile backend code (node) using gulp
  6. onpen a new window and run npm run start to set up a node service
  7. view http://localhost:3000 to have fun...

Tips

  • Want to linting your Javascript code? Just run npm run eslint.You can't commit you changes using git if there is any error because eslint will automatically run before commit.

About

try to set up a web frame with the most popular plugins recently


Languages

Language:JavaScript 78.7%Language:HTML 17.3%Language:CSS 4.0%