express-app-gen
Version:
Simple Express App With Basic Functionalities
61 lines (37 loc) • 994 B
Markdown
# Express App
This is a simple Express.js application. Follow the steps below to set up and run the project locally.
## Prerequisites
- Node.js installed on your machine.
- npm or Yarn (package manager).
## Installation and Setup
1. **Install Package**:
- Using npm:
```bash
npm install express-app-gen
```
- Or using Yarn:
```bash
yarn add express-app-gen
```
2. **Delete the node_modules folder**:
3. **Install Dependencies**:
- Using npm:
```bash
npm install
```
- Or using Yarn:
```bash
yarn install
```
4. **Start the application**:
- Using npm:
```bash
npm start
```
- Or using Yarn:
```bash
yarn start
```
5. The app will be available by default on [http://localhost:1000](http://localhost:1000).
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.