Skip to content

stunstunstun/awesome-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

awesome-javascript

Getting Started

Prerequisites

Required Description
Git We follow the GitHub Flow
Node.js 10.15.0 LTS
Yarn 1.12.3 or above

Install Node, Yarn

The project manages the version of node through nvm.

$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
$ command -v nvm
$ nvm install 10.15.0
$ which node
$ npm install -g yarn

In the project root as follows are performed through the .nvmrc

$ nvm use
...

Yarn CLIs

Install project

$ nvm use
$ yarn install

Test

$ yarn test

Releases

No releases published

Packages

No packages published