Skip to content

juninmd/curso-node-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# curso-node-js

## Description

A standard software project.

## Installation

1.  Clone the repository: `git clone https://github.com/seuroproject/curso-node-js.git`
2.  Navigate to the project directory: `cd curso-node-js`
3.  Install dependencies using `npm install` or `yarn install`.
4.  Run the development server: `npm start` or `yarn start`

## Usage

1.  **Understanding the Structure:** The project is organized into several modules:
    *   `aula-01`: Covers basic JavaScript fundamentals.
    *   `aula-02`: Focuses on asynchronous programming with Node.js.
    *   `aula-03`: Introduces ES6 features and best practices.
    *   `aula-04`:  Demonstrates state management and modularity.
2.  **Development:**  Use the command line to run the project.
    *   `npm run aula-01` to start the JavaScript example.
    *   `npm run aula-02` to run the asynchronous example.
    *   `npm run aula-03` to run the ES6 example.
    *   `npm run aula-04` to run the module example.
3.  **Running the Server:**  Start the server to execute the code: `npm start` or `yarn start`.
4.  **Contributing:**  Feel free to contribute by creating new files or issues within the project's structure.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors