maacpiash / espresso

Building Express.js with modern ES

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building Express.js with modern ES

Status: in progress

Pathway

Following antsmartian/lets-build-express.

How to run locally

You must have Node.js installed. Version 16.10 or newer is strongly recommended.

This project is using Node.js 18.8 and Yarn 3.2. If Yarn is not installed, please enable it by the following command (for Node.js 16.10 or newer):

corepack enable

Now, please run the following command inside the cloned repository directory to set the version of Yarn to the most recent v3 build:

yarn set version 3.x

About

Building Express.js with modern ES

License:MIT License