Skip to content

Instantly share code, notes, and snippets.

@ajunquit
Last active August 30, 2023 03:15
Show Gist options
  • Save ajunquit/a562595559fbb316f78680505760e782 to your computer and use it in GitHub Desktop.
Save ajunquit/a562595559fbb316f78680505760e782 to your computer and use it in GitHub Desktop.
Steps to create a project with react and ionic

Install the last version stable (L: Long T: Term S: Support) of nodejs.

Go to URL => https://nodejs.org/es

Then run the file downloaded.

After the installation check the version with the command.

_ node -v

Install ionic client in local machine.

_ npm install -g @ionic/cli

Check the version of ionic

_ ionic -v

#Create the project

_ ionic start react-ionic sidemenu --type=react

Enable the bundle/output

_ ionic integrations enable capacitor

Add capacitor

For android

_ ionic cap add android

For ios

_ ionic cap add ios

Run the application

_ ionic serve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment