Skip to content

MaibornWolff/green-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Green Dev

Lesson 1: Web Development

Getting started

Requirements

Ideally, you should have a recent version of Node with NPM installed. Suggested versions are:

  • Node Version >= 16
  • NPM Version >= 8

If you don't have Node installed, you can download it from the official Node Homepage.

Downloading the repository

You can download the repo to your computer, by clicking on the green Code button.

If you have git installed, you can clone the repo.

If you don't have git, just choose the option to download the code as a zip file.

image

Starting the server

From the root of the project, you can now run the following commands.

npm install 

This will download the node modules listed in the package-lock and package.json which are necessary to run the server.

npm run serve

Now you can start a script to prepare and build the source files using a bundler called parcel. Eventually, parcel starts a web server on http://localhost:1234

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published