Skip to content

Tunisian-GitHub-Community/LiveCode-Express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Code Express

This is live coding meeting : Wednesday, March 10, 2021


Requirements

For development, you will only need Node.js and NPM or Yarn, installed in your environement.

Node

  • Node installation on Windows

    Just go on official Node.js website and download the installer. Also, be sure to have git available in your PATH, npm might need it (You can find git here).

  • Node installation on Ubuntu

    You can install nodejs and npm easily with apt install, just run the following commands.

    $ sudo apt install nodejs
    $ sudo apt install npm
    

If the installation was successful, you should be able to run the following command.

$ node --version
v14.16.0

$ npm --version
6.14.11

Install

$ git clone https://github.com/Tunisian-GitHub-Community/LiveCode-Express
$ cd LiveCode-Express
$ npm install

Running the project

$ npm start

About

Live Coding session about Rest API with node js.

Topics

Resources

Stars

Watchers

Forks