Coder Social home page Coder Social logo

jinxs-impact's Introduction

Impact

A new way to write server side apps in deno.

Installation

Requirements

Linux/MacOS/BSD

curl -fsSL https://deno.land/x/install/install.sh | sh

Windows

iwr https://deno.land/x/install/install.ps1 -useb | iex

Other

To install on other platforms see the official deno guide.

NOTE: If the deno installation fails try to read the official deno guide or if the impact installation fails open an issue.

Getting started

To getting started you can initialize a new empty project with impact:

impact init
impact dev

impact init creates a new project and impact dev starts the application.

Contributing

To contribute to the impact developement process clone locally the impact official repository:

git clone https://github.com/sawcce/jinxs-impact

and start contributing, before committing format your files with the prettier formatter.

=======

Install the cli

Run this command with the deno cli installed: deno --unstable install --allow-read --allow-env --allow-write --allow-net --import-map=https://raw.githubusercontent.com/sawcce/jinxs-impact/master/import_map.json --name impact https://raw.githubusercontent.com/sawcce/jinxs-impact/master/cli.ts

If you get an error stating that you already have an installation of the module, you can add the -f flag after install on the run command.

which is equivalent to

deno --unstable install -f --allow-read --allow-env --allow-write --allow-net --import-map=https://raw.githubusercontent.com/sawcce/jinxs-impact/master/import_map.json --name impact https://raw.githubusercontent.com/sawcce/jinxs-impact/master/cli.ts

You might also want to add the -r flag if the updates aren't being downloaded.

Initialize a new project

After installing the cli, simply run impact init to create a new project.

Routes

Impact uses a file-based router similar to svelte and nextjs.

jinxs-impact's People

Contributors

sawcce avatar flexevvive 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.