As easy as 1, 2, 3!
Updated:
- Aug, 08, 2022 update
configdocs for npm 8+ - Jul 27, 2021 add private scopes
- Jul 22, 2021 add dist tags
- Jun 20, 2021 update for
--access=public - Sep 07, 2020 update docs for
npm version
| <script charset="utf-8"> | |
| <% if ENV["RAILS_ENV"] == "production" %> | |
| var script = "/react-app-bundle.js"; | |
| <% else %> | |
| console.warn("Development mode. Make sure to start 'node devServer.js'"); | |
| var script = "http://" + (location.host || 'localhost').split(':')[0] + ":4000/react-app-bundle.js" | |
| <% end %> | |
| document.write('<script src="' + script + '"></' + 'script>'); | |
| </script> |
| source :rubygems | |
| gem 'sinatra' | |
| gem 'json' | |
| gem 'omniauth' | |
| gem 'omniauth-oauth2' | |
| gem 'omniauth-github' | |
| # gem 'omniauth-att', :path => File.expand_path("./../../omniauth-att", __FILE__) | |
| gem 'thin' |