Skip to content

A platform to learn basics of programming using Javascript

Notifications You must be signed in to change notification settings

ChristianTracy/learn-js

Repository files navigation

learn-js [WIP]

A platform to learn basics of programming using Javascript

To run this project

npm install
npm run dev

Code Styling

JavaScript Style Guide

This project uses standardjs as linter and code formatter.

Use

To validate your code:

npm test

To format your code trying to fix problems automatically:

npm run format

If you're using VSCODE

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

This project is using NextJS

NEXTJS

Generate static page

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

About

A platform to learn basics of programming using Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published