Skip to content

UnderTheIronSeas/javascript-basics-express

 
 

Repository files navigation

JavaScript Basics in Express

Getting started

Ensure your Visual Studio Code application is up to date, and that you have the ESLint extension installed and enabled.

Run the commands below inside your Projects folder.

git clone git@github.com:MCRcodes/javascript-basics-express.git
cd your-project-folder-name
npm install

Copy over your JavaScript Basics code

🚨 Important!

This exercise makes use of your previous javascript-basics code. Copy the files from that project's src/ folder into a new lib/ directory in this repository's src directory. You should end up with the following file structure in this project:

src
├── app.js
└── lib
    ├── arrays.js
    ├── booleans.js
    ├── numbers.js
    ├── objects.js
    └── strings.js

Running tests

You can run tests with the npm test command.

Remember: READMEs are important!

When you're finished, be sure to rewrite this one so it's more specific to your project.

About

JavaScript Basics in Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%