https://github.com/nelsonwenner/react-hotel-web
:art: React website design
https://github.com/nelsonwenner/react-hotel-web
css html javascript node nodejs react reactjs website
Last synced: 3 months ago
JSON representation
:art: React website design
- Host: GitHub
- URL: https://github.com/nelsonwenner/react-hotel-web
- Owner: nelsonwenner
- License: mit
- Created: 2020-05-24T23:31:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-06T02:40:24.000Z (about 6 years ago)
- Last Synced: 2025-06-14T19:09:21.622Z (about 1 year ago)
- Topics: css, html, javascript, node, nodejs, react, reactjs, website
- Language: JavaScript
- Homepage:
- Size: 2.27 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
ReactJS Hotel Web


Technologies |
Getting Started |
License
## :rocket: Technologies
* [ReactJS](https://reactjs.org/)
* [Node](https://nodejs.org/en/)
## :information_source: Getting Started
1. Fork this repository and clone it on your machine.
2. Change the directory to `react-hotel-web` where you cloned it.
3. Create `.env` of the system
```bash
$ cp .env.example .env
```
4. Install dependencies.
```bash
$ npm install
```
5. Run project react-hotel-web
```bash
$ npm start
```
6. Open react-hotel-web, the host [localhost:8000](http://localhost:8000)
## :memo: License
This project is under the MIT license. See the [LICENSE](LICENSE.md) for more information.
---