Giter Site home page Giter Site logo

hackaday-supplyframe's Introduction

Hackaday

Install NVM (Node Version Manager)

$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash

Note: On Linux, after running the install script, if you get nvm: command not found or see no feedback from your terminal after you type:

command -v nvm

Install Node.js and npm (npm will been installed automatically with node)

$ source ~/.nvm/nvm.sh
$ nvm install node

App Initial and install dependace

$ npm init -f
$ npm install formidable --save

App Install

Linux因为symlink安装不成功时,可以在Windows上安装,因为有vagrant可以同步两边文件,所以在哪边安装差别不大。
$ npm install

Run App

$ node server

Review web page

Go To http://localhost:3001

Check List

  1. Use Express.js as web server.
  2. Use EJS as template engine.
  3. Render single web page at server-side by using EJS.
  4. Use Vanilla Javascript implemented AJAX, Datagrid, Tooltip classes.
  5. Implemented dynamic loading tooltip data.
  6. Implemented local prev/next functions, which not trigger server-side reload.

hackaday-supplyframe's People

Contributors

diabloblood avatar hxhxwz777 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.