Git Product home page Git Product logo

imba-test's Introduction

Bootstrapped with imba-base-template.

Welcome to the Imba base template! Let's get you set up and ready to code!

This codebase has both backend and frontend code, all written in Imba.

NOTE: If all you need is a simple static website with no server logic, you can use static hosting template instead.

The files are named server.imba and client.imba for simplicity. You can call them anything you want, and organize the code any way you like. As long as your package.json uses your server file and your index.html uses your client file, it will work.

Available Scripts

In the project directory, you can run:

npm dev

Runs the server and website in the development mode with hot reloading, linting and detailed error output in the console, and source maps.

Open http://localhost:3000 to view it in the browser. When you change your code, it will live reload.

npm run build

Builds the app for production to the dist folder.

npm run start

Quickly fire up the website in production mode through NPM, like npm run dev but without any development settings. Will also run on http://localhost:3000, and can be a quick way to get started with running this site on your server.

However, to run Imba in production it is recommended to use PM2 to manage the Node process(es).

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.