Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhnprksh222/natours-node
Visit at
https://github.com/bhnprksh222/natours-node
javascript nodejs-mongodb
Last synced: about 1 month ago
JSON representation
Visit at
- Host: GitHub
- URL: https://github.com/bhnprksh222/natours-node
- Owner: bhnprksh222
- Created: 2020-05-07T17:49:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:38:29.000Z (about 2 years ago)
- Last Synced: 2023-03-06T14:42:58.000Z (almost 2 years ago)
- Topics: javascript, nodejs-mongodb
- Language: HTML
- Homepage: https://natours-ssr.herokuapp.com/
- Size: 29 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# natours-node
1. Installation
Using npm:
```
npm install
```2a.
```
npm start
```
Runs the app in the development mode.2b.
```
npm run start:prod
```
Runs the app in the production mode.Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.3. Build
```
npm run build
```