Skip to content

hikarut/NodeWebSkeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a skeleton of a web page using Node.js.

usage

  1. Clone this repository
$ git clone https://github.com/hikarut/NodeWebSkeleton.git
  1. Installing packages
$ npm install
  1. Build
$ npm run build
  1. Start
$ npm run start
  1. Open page

page

using

  • Node.js
  • Express
  • EJS
  • Webpack2
  • Bootstrap
  • ESLint
  • AVA