Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.22 KB

File metadata and controls

29 lines (23 loc) · 1.22 KB

ECC

Node.js CI

Setup

To install node packages and run the server on localhost

npm run i
npm run dev

Other commands

npm run <script-name>

Script name Description
start Runs localhost server
dev Runs localhost server
preview Runs localhost server for preview
build Builds application into dist directory
eslint Runs eslint
eslintfix Runs eslint and fixes errors
test Runs test for the application

Packages used

Vite

Tailwind

Eslint