/nataljs-website

Repositório de desenvolvimento do website da organização

Primary LanguageJavaScriptOtherNOASSERTION

nataljs.github.io

NatalJS Website

Installation

npm install

Using for development

npm run dev

The link of project http://localhost:3000/

Using for production

npm start

Running tests

The project use jest as tester, if you are not familiar with please see jest documentation https://jestjs.io/docs/en/getting-started

To test all files

num test

Using only jest

num run jest

jest with watch

num run jest -- -- watch