Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Latest commit

 

History

History
52 lines (35 loc) · 876 Bytes

README.md

File metadata and controls

52 lines (35 loc) · 876 Bytes

Contact Manager - ReactJS

Contact Manager App using ReactJS, LocalStorage, Hooks and Tailwind CSS.

Setting up

To run this project you need to run the following commands.

  • Install all of the dependencies of the project:
npm install
# or
yarn install
  • Create the build for tailwindcss
npm run build-css:dev
# or
yarn build-css:dev

# If you need the "production" build run the following

npm run build-css:prod
# or
yarn build-css:prod
  • Run the project in your machine.
npm start
# or
yarn start

This project use

All the important library's that the project use.

  • ReactJS
  • Tailwind CSS
  • ShortId
  • cross-env

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

MIT - Angel Martinez