( kaskrout means Sandwich in the Tunisian 🇹🇳 dialect)
- Clone the project using
git clone https://github.com/ghndr/kaskrout-designer.git
- Navigate to project directory
cd kaskrout-designer
- Run the command
npm install
to install the required dependencies to run the project - and finally run the following command
npm start
to start the project - Congrats your are now you have your own personal kaskrout designer, enjoy !
- Organisations that use react
- Airbnb, Uber, Facebook, Slack, Udemy...
- Setting up the development environment
- Installing create-react-app globally
-
npm i -g create-react-app
-
- Initializing a new a project with create-react-app
-
create-react-app project_name
-
- Run the project
-
npm start
in the console
-