Skip to content

Commit 1d0448e

Browse files
committed
Update the README file and add a license
1 parent 0e76ba9 commit 1d0448e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Hello Rails React
44

5-
> Ruby on rails and React App
5+
> Ruby on Rails and React App
66
77
## Description
88

@@ -15,7 +15,7 @@ The project requirements can be viewed [here](https://github.com/microverseinc/c
1515
## Built With
1616

1717
- Languages: Ruby, JavaScript
18-
- Framework: Ruby on Rails, React
18+
- Framework: Ruby on Rails, React, Redux
1919
- Database: PostgreSQL
2020

2121
## Usage
@@ -25,6 +25,8 @@ Run the following commands:</br>
2525
`cd hello-rails-react`</br>
2626
`bundle install`</br>
2727
`rails s`</br>
28+
In separate terminal run the following command to start the Webpack Dev server
29+
`./bin/webpack-dev-server`
2830
Open a browser and go to: `https://localhost:3000` to view the app.
2931

3032
## Database setup

license.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Copyright 2022, [Yuriy Chamkoriyski]
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of this [Website] and associated documentation files, to deal in the [Website] without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the [Website], and to permit persons to whom the [Website] is furnished to do so, subject to the following conditions:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the [Website].
6+
7+
THE [Website] IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE [Website] OR THE USE OR OTHER DEALINGS IN THE [Website].

0 commit comments

Comments
 (0)