Skip to content

Instantly share code, notes, and snippets.

@DiegoCarvalho75
Last active May 10, 2020 15:13
Show Gist options
  • Save DiegoCarvalho75/fca25b1350c2383837b17b08ffd0cec0 to your computer and use it in GitHub Desktop.
Save DiegoCarvalho75/fca25b1350c2383837b17b08ffd0cec0 to your computer and use it in GitHub Desktop.
##############################################
### instlar strapi
### > npm install -g strapi
### cria diretorio do projeto
### > md meuprojeto ou strapi (exemplo abaixo)
##############################################
C:\
λ cd Users\Diego\Documents\projects\
C:\Users\Diego\Documents\projects
λ ls
strapi/
C:\Users\Diego\Documents\projects
λ ls -l
total 4
drwxr-xr-x 1 Diego 197121 0 Mar 23 19:05 strapi/
C:\Users\Diego\Documents\projects
λ cd strapi
C:\Users\Diego\Documents\projects\strapi
λ npm run develop
> strapi@0.1.0 develop C:\Users\Diego\Documents\projects\strapi
> strapi develop
Project information
┌────────────────────┬──────────────────────────────────────────────────┐
│ Time │ Sun May 10 2020 11:34:32 GMT-0300 (Brasilia Sta… │
│ Launched in │ 59070 ms │
│ Environment │ development │
│ Process PID │ 8696 │
│ Version │ 3.0.0-beta.19.3 (node v12.16.1) │
└────────────────────┴──────────────────────────────────────────────────┘
Actions available
Welcome back!
To manage your project �, go to the administration panel at:
http://localhost:1337/admin
To access the server ⚡️, go to:
http://localhost:1337
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment