Skip to content

rkulesza/webdev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Material Minicurso Webmedia:

Exemplo React

Exemplo Spring

Instação do Node na VM

$ apt-get install curl
...
$ curl -sL https://deb.nodesource.com/setup_10.x > setup_10.x
...
$ chmod +x setup_10.x
...
$ ./setup_10.x
...
$ apt-get install nodejs
...
$ apt-get install yarn
...
$ npm install create-react-app -g
...
$ create-react-app minicurso_webmedia
...
$ npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors