This is a universal (isomorphic) web application example.
Start the development server
The server will run on localhost:4000.
$ npm run dev
Build source files
Compiles JavaScript files with JavaScript and extracts CSS files from JavaScript.
$ npm run build
Start the production server
$ npm start
Run ESLint
$ npm run eslint
Run JSCS
$ npm run jscs
MIT