Giter VIP home page Giter VIP logo

search's Introduction

Impact Search

This is a simple web application built using React and TypeScript. It uses an index file build using the impact package manager to create an interactive single page web application for exploring available Modelica libraries.

In order to build this web application, you'll need a few things. First, you need Node.js and npm installed. You'll also need the following npm modules installed globally:

$ npm install -g webpack-dev-server
$ npm install -g tsd
$ npm install -g bower

Once you've done that, you'll want to do the following commands to pull in all the dependencies:

$ bower install
$ npm install
$ tsd reinstall

(note: bower is used here to pull in bootstrap and jquery outside of the npm/webpack toolchain...this is mainly because using the npm version with webpack complicates things and using bower turned out to be easier than figuring out how to use the npm version with webpack)

Webpack

This project uses webpack. In addition, it uses ts-loader to slickly automate the process of compiling TypeScript into the webpack pipe line. Special thanks to @jbrantly and @blakeembrey for helping me to get this working.

To build the web application and serve it locally, just run

$ make watch

This rebuild the version.ts file (used by the application) and then simply fires off webpack-dev-server --watch to start up a web server and watch for changes. You can view the application at:

http://localhost:8080/webpack-dev-server/

search's People

Contributors

mtiller avatar xie-dongping avatar

Watchers

 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.