https://github.com/laylo309/hello-rails-front-end
https://github.com/laylo309/hello-rails-front-end
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/laylo309/hello-rails-front-end
- Owner: Laylo309
- License: mit
- Created: 2022-01-24T16:36:33.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-01-24T17:10:34.000Z (over 4 years ago)
- Last Synced: 2025-01-09T04:28:43.210Z (over 1 year ago)
- Language: JavaScript
- Size: 339 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Hello REACT-RAILS Front-end
This is a simple study project, Here I'm creating a rails API to provide data to a front-end app!
## Built With
- React
- Redux
- Js
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Git/GitHub;
- Optional ( IDE installed in your machine ) - recommended IDE: Vscode;
- Node or Yarn installed locally;
### Setup
- To clone this repo:
- Open the Terminal(Mac/Linux) or the Cmd (Windows);
- Navigate to where you want to paste the Repo folder;
- Type `git@github.com:Laylo309/hello-rails-front-end.git`;
- Open the folder todo-list that was created on your IDE;
### Install
- To install all the dependencies in the package.json:
- Open the Terminal(Mac/Linux) or the Cmd (Windows);
- Navigate to be inside the todo-list repo folder;
- Run npm install or npm i or yarn install;
### Run tests
- Linters Tests:
- Eslint: run `npx eslint .`
- Stylelint: run `npx stylelint "**/*.{css,scss}"`
- Run a Live Version of the Dist Folder:
- Run `npm start or yarn start`
## Authors
👤 **Author1**
## Author
👤 **Laylo Khodjaeva**
- GitHub: [@Laylo309](https://github.com/Laylo309)
- Twitter: [@Laylo](https://twitter.com/home?lang=en)
- LinkedIn: [LayloKhodjaeva](https://www.linkedin.com/in/laylo-khodjaeva-05a972207/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.