Coder Social home page Coder Social logo

gamejam_tojam2023's Introduction

TOJam2023

Run both server and client in development

In the root directory

npm install
npm run install
npm run dev

Setup Client

Follow these steps to get things up and running.

  1. Install dependencies

    • Visual Studio Code - Our recommended code editor. Feel free to use whatever you're comfortable with.

    • NodeJS

      A Javascript runtime used for running server-side code and bundling our client-side code for distribution. See here for the supported version.

      Note: If you have an existing installation of NodeJS you may want to consider using a tool like nvm-sh or nvm-windows to manage multiple installations.

      To see which version of NodeJS you have installed, run the following in your terminal:

      node --version
      
  2. Setup apps/client package

    Install dependencies:

    cd ./apps/client
    npm install
    

    Start dev server:

    npm run dev
    

    Finally, follow the URL printed in your terminal. Changes made will automatically update served website as long as this dev command is runing.

  3. Setup apps/server package

Setup Server

  1. Install dependencies

    • Deno

      An alternative Javascript runtime to NodeJS. If on Mac: brew install deno.

    cd ./apps/server
    npm install
    npm run dev

Attributions

Background maybe by Background Vectors by Vecteezy.

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.