Access running project on Vercel ianmiranda-twitter-clone.vercel.app
Developed with React JS, twitter-interface-clone it's a profile page from twitter based on Rocketseat template (reference). Is developed with the mobile first principle so, it's responsively adapted to any screen size.
styled-componentsfor develop with CSS in JSstyled-iconsas icons libraryTypescriptas development 'language'Eslintto code lintPrettierto code styleeslint-plugin-prettierandeslint-config-prettierto make a better configuration betweenPrettierandEslint
Before start, check if you have installed and configured the following tools:
The system is configured to a better code style with development tools like Eslint and Prettier, but to this tools work it's necessary to have installed and configured the following extensions in your code editor:
- Eslint (more details in https://eslint.org/)
- Prettier (more details in https://prettier.io/)
Clone this repository by running:
git clone [email protected]:IanMiranda43/twitter-interface-clone.gitIn the project folder run de following code. This will create a node_modules folder and download and install all the project dependencies in there.
# with npm
npm install
# with yarn
yarn installThe script will run the migrations and then start the application at the port setted on the .env file.
# with npm
npm run start
# with yarn
yarn startThis can be found by accessing http://localhost:3000
MIT License © Ian Miranda