Skip to content

FranciscoMendes10866/qbase

Repository files navigation

QBase 📯

Bootstraps a template project with some popular packages and some pre-configured script commands.

How to use

Make sure you have the following tools:

In the terminal execute the following cmd:

npx degit https://github.com/FranciscoMendes10866/qbase [PROJECT_NAME]

Installation

npm i --force

How to run

Development environment:

npm run dev

Build the project:

npm run build

Production environment:

npm start

Test environment:

npm test

Update packages

Install ncu:

npm install -g npm-check-updates

Verify dependencies:

ncu -u

Update them:

npm update

License

MIT