This project was created to create a medium/large React project with React + Tailwind CSS, React Router, ContextAPI and Docker π
Β· View Demo
This project was created to create a medium/large React project with React + Tailwind CSS, React Router, ContextAPI and Docker π
Airbnb | Which is often a reasonable approach to JavaScript |
React Js | A JavaScript library for building user interfaces |
Tailwind CSS | A utility-first CSS framework for rapidly building custom designs. |
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 |
- Clone this repository
git clone https://github.com/yasinatesim/react-link-list.git
- Change the directory
cd react-link-list
- Install the project dependencies
yarn install
- Develop awesome things
yarn start
- Change the directory
cd react-link-list
- Run this command without
yarn
oryarn install
yarn setup
or
yarn && docker-compose up --build
App is running to http://localhost:3000/
For Production Build
yarn build
For Lint
yarn lint
- Copyright Β© 2020 - MIT License.
See
LICENSE
for more information.