Coder Social home page Coder Social logo

www-template's Introduction

www-template

A skeleton project to demonstrate a minimal setup of an IMQS frontend app leveraging the www-lib sub-repository.

Running

To run the service from the command line:

  1. Change port in sample_config/*.json files.
  2. Add route from /wwwtemplate this port to router-config.json and restart ImqsRouter service. If you want to use you project's own URL path, rename all occurances of wwwtemplate in this repository to your project name.
  3. Build: go build
  4. Run: wwwtemplate.exe -c config_sample/config.json
  5. Change directory to www
  6. Run npm run build to compile, package and minify the code. The build artifacts will be in the dist/ directory.
  7. Open http://localhost/wwwtemplate/www and you should see the app running (you will need a route for /wwwtemplate set up in router-config for this to work).

Front-end Development

  1. Run npm run dev to build an in-memory version of the build artifacts. This will live-update the parts of the page that changes as you develop.
  2. Open http://localhost:2501/wwwtemplate/www/ and you should see the app running.

How to build your own project from this template

  1. Fork this repository.
  2. Search for all occurances of "wwwtemplate" and replace them with you project name.

www-template's People

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.