A platform to learn basics of programming using Javascript
npm install
npm run dev
This project uses standardjs
as linter and code formatter.
To validate your code:
npm test
To format your code trying to fix problems automatically:
npm run format
You'll found a .vscode
folder with a configuration to use standarjs extension. This will format your code on save.
You need to install this extension STANDARDJS for VSCODE
If you want to export this app into a static site you can do it with the command:
npm run export
This will export the entire site in out
folder.
You can test it locally running this command in the root folder
npx http-server ./out