/react-post-list

This project was created to create a medium/large React project with React Router and Docker 😎

Primary LanguageJavaScriptMIT LicenseMIT


React Post List App
React Post List App


This project was created to create a medium/large React project with React Router and Docker 😎

Β· View Demo

πŸ“– About

This project was created to create a medium/large React project with React Router and Docker 😎

πŸ“šTech Stack

Airbnb Which is often a reasonable approach to JavaScript
React Js A JavaScript library for building user interfaces
React Router Components are the heart of React's powerful, declarative programming model.
Commitlint Send commit messages to conventional commits rules
SASS The most mature, stable, and powerful professional grade CSS extension language in the world
Editorconfig Helps maintain consistent coding styles for my working on the same project across various editors and IDEs
Eslint Find and fix problems in your JavaScript code
Prettier An opinionated code formatter

βš™οΈ How To Use

  1. Clone this repository
git clone https://github.com/yasinatesim/react-post-list.git
  1. Change the directory
cd react-post-list
  1. Install the project dependencies
yarn install
  1. Develop awesome things
yarn start

App is running to http://localhost:3000/

For Docker

  1. Change the directory
cd react-post-list
  1. Run this command without yarn or yarn install
yarn setup

or

yarn && docker-compose up --build

For Production Build

yarn build

For Lint

yarn lint

πŸ”‘ License

  • Copyright Β© 2020 - MIT License. See LICENSE for more information.