Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 340 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 340 Bytes

fabeerlouss

to start development

npm run start -- if you get error the server is already running

npm run dev

to run tests

npm run test

to build for production:

npm run build

to run the file in production:

npm run start -- if you get error the server is already running

browse on http://localhost:3080