You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-5Lines changed: 20 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,37 @@
1
-
# Express Bootstrap
2
-
3
-
This project is a boilerplate for Node.js/Express applications. It also comes included with Jest, and Supertest for end-to-end testing.
1
+
# JavaScript Basics in Express
4
2
5
3
## Getting started
6
4
7
5
Ensure your Visual Studio Code application is up to date, and that you have the [ESLint extension](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) installed and enabled.
8
6
9
-
Replace `your-project-folder-name` with the folder name you wish to create for your project and run the below inside your `Projects` folder.
7
+
Run the commands below inside your `Projects` folder.
Visit [http://localhost:3000/] in your browser and you should see `Hello world!`. You can dive in and start coding your own routes in `src/app.js`.
19
17
18
+
## Copy over your JavaScript Basics code
19
+
20
+
:important: **Important!**
21
+
22
+
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:
0 commit comments