Giter VIP home page Giter VIP logo

aws-starter-react-for-github-actions's Introduction

AWS CloudFormation Action for GitHub Actions React Starter

This starter template contains a bootstrapped Create React App with a GitHub Workflow that deploys the app to the AWS Amplify Console using the AWS CloudFormation Action for GitHub Actions.

This project was bootstrapped with Create React App.

🔥 if you want to use a Create React App template, have a look at the Amplify + TypeScript template

Create a new repository from this template

Click the Use this template button above to create a new repository from this template.

This repository uses the template feature of GitHub.

You need your own AWS account to deploy the app to the AWS Amplify Console. Follow these steps if you do not have an account.

The AWS CloudFormation stack is deployed via AWS CloudFormation "Deploy CloudFormation Stack" Action for GitHub Actions.

When you create a new repository from the template, the GitHub Workflow is not setup. To setup the workflow, you need to follow these steps.

  1. Create a new personal token with full control of private repositories store it as encrypted secret AMPLIFY_TOKEN in the new repository.
  2. Create a new IAM user in your AWS account with Programmatic Access and store the access key ID as AWS_ACCESS_KEY_ID and secret access key as AWS_SECRET_ACCESS_KEY as secrets in your new repository.
  3. (Optional) Configure a custom domain for your app by setting the AMPLIFY_DOMAIN secret.

You need to run the Manual Deploy workflow to deploy it. You find the workflow by clicking Actions > Manual Deploy > Run workflow. When the popover opens, click Run workflow to trigger the deployment.

The manual triggers is a feature recently announced and avoids running the build process both on GitHub Action and AWS Amplify The stack is deployed to us-east-1 by default. Please change it to the region you want to deploy this to.

The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it. In the frontend environments is should show no builds. Click on Run Build to initialize the app.


This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.


License

This library and the stack file are licensed under the MIT-0 License. See the LICENSE file.

aws-starter-react-for-github-actions's People

Contributors

katallaxie avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

aws-starter-react-for-github-actions's Issues

Deploy failed

Run aws-actions/aws-cloudformation-github-deploy@v1
##[debug]Loading CloudFormation Stack template
##[debug]Creating CloudFormation Stack
Error: {"result":{"state":"FAILURE","reason":{"$metadata":{"httpStatusCode":200,"requestId":"f02c3530-7bb4-46b7-bcd1-9df2a76bc4ad","attempts":1,"totalRetryDelay":0},"Stacks":[{"StackId":"arn:aws:cloudformation:us-east-1::stack/aws-cloud1/4ffcfbb0-26f4-11ef-95ac-0affe1b27e3d","StackName":"aws-cloud1","Parameters":[{"ParameterKey":"Repository","ParameterValue":"https://github.com/abhimanu-sharma/aws-cloud1"},{"ParameterKey":"OauthToken","ParameterValue":"*"},{"ParameterKey":"Branch","ParameterValue":"master"},{"ParameterKey":"Domain","ParameterValue":""},{"ParameterKey":"Name","ParameterValue":"aws-cloud1"}],"CreationTime":"2024-06-10T06:40:22.817Z","DeletionTime":"2024-06-10T06:40:26.951Z","RollbackConfiguration":{},"StackStatus":"ROLLBACK_FAILED","StackStatusReason":"The following resource(s) failed to delete: [AmplifyRole]. ","DisableRollback":false,"NotificationARNs":[],"Capabilities":["CAPABILITY_IAM"],"Tags":[],"EnableTerminationProtection":false,"DriftInformation":{"StackDriftStatus":"NOT_CHECKED"}}]}}}

Build fails without modifications

Following this guide: https://docs.aws.amazon.com/amplify/latest/userguide/deploy-backend.html#step-1-deploy-frontend

Clicking "Deploy Amplify Hosting"

It creates an amplify app

Build fails without modifying anything.

Error logs:

2023-12-09T14:26:17.656Z [INFO]: Git SSH Key acquired
2023-12-09T14:26:17.775Z [INFO]: # Cloning repository: [email protected]:jake17007/aws-starter-react-for-github-actions.git
2023-12-09T14:26:19.182Z [INFO]: Agent pid 160
2023-12-09T14:26:19.183Z [INFO]: Identity added: /root/.ssh/git_rsa (/root/.ssh/git_rsa)
                                 Cloning into 'aws-starter-react-for-github-actions'...
                                 Warning: Permanently added the ECDSA host key for IP address '140.82.112.3' to the list of known hosts.
2023-12-09T14:26:19.183Z [INFO]: # Checking for Git submodules at: /codebuild/output/src4222902358/src/aws-starter-react-for-github-actions/.gitmodules
2023-12-09T14:26:19.197Z [INFO]: # Retrieving environment cache...
2023-12-09T14:26:19.253Z [WARNING]: ! Unable to write cache: {"code":"ERR_BAD_REQUEST","message":"Request failed with status code 404"})}
2023-12-09T14:26:19.253Z [INFO]: ---- Setting Up SSM Secrets ----
2023-12-09T14:26:19.253Z [INFO]: SSM params {"Path":"/amplify/d24lbybmlfy9u7/devi/","WithDecryption":true}
2023-12-09T14:26:19.296Z [WARNING]: !Failed to set up process.env.secrets
2023-12-09T14:26:39.746Z [INFO]: # Patching NPM package '@aws-amplify/cli' from 10.5.2 to 12.8.2...
2023-12-09T14:26:58.072Z [INFO]: # Done patching NPM package '@aws-amplify/cli' to version 12.8.2
2023-12-09T14:26:58.198Z [INFO]: # Retrieving cache...
2023-12-09T14:26:58.229Z [INFO]: # Retrieved cache
2023-12-09T14:27:02.393Z [INFO]: ## Starting Backend Build
                                 ## Checking for associated backend environment...
                                 ## No backend environment association found, continuing...
                                 ## Completed Backend Build
2023-12-09T14:27:02.396Z [INFO]: ## Starting Frontend Build
2023-12-09T14:27:02.396Z [INFO]: # Starting phase: test
                                 # Executing command: yarn test
2023-12-09T14:27:03.181Z [INFO]: yarn run v1.22.0
2023-12-09T14:27:03.215Z [INFO]: $ react-scripts test
2023-12-09T14:27:03.227Z [WARNING]: /bin/sh: react-scripts: command not found
2023-12-09T14:27:03.237Z [WARNING]: error Command failed with exit code 127.
2023-12-09T14:27:03.237Z [INFO]: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
2023-12-09T14:27:03.245Z [INFO]: # Completed phase: test
                                 # Starting phase: preBuild
2023-12-09T14:27:03.246Z [INFO]: # Executing command: yarn install
2023-12-09T14:27:03.373Z [INFO]: yarn install v1.22.0
2023-12-09T14:27:03.402Z [INFO]: info No lockfile found.
2023-12-09T14:27:03.408Z [INFO]: [1/4] Resolving packages...
2023-12-09T14:27:03.919Z [WARNING]: warning @testing-library/jest-dom > css > [email protected]: See https://github.com/lydell/source-map-resolve#deprecated
2023-12-09T14:27:03.932Z [WARNING]: warning @testing-library/jest-dom > css > [email protected]: Please see https://github.com/lydell/urix#deprecated
2023-12-09T14:27:03.932Z [WARNING]: warning @testing-library/jest-dom > css > source-map-resolve > [email protected]: Please see https://github.com/lydell/urix#deprecated
2023-12-09T14:27:03.939Z [WARNING]: warning @testing-library/jest-dom > css > source-map-resolve > [email protected]: https://github.com/lydell/resolve-url#deprecated
2023-12-09T14:27:03.947Z [WARNING]: warning @testing-library/jest-dom > css > source-map-resolve > [email protected]: See https://github.com/lydell/source-map-url#deprecated
2023-12-09T14:27:04.772Z [WARNING]: warning @testing-library/react > @types/testing-library__react > @types/[email protected]: This is a stub types definition. testing-library__dom provides its own type definitions, so you do not need this installed.
2023-12-09T14:27:06.154Z [WARNING]: warning react-scripts > [email protected]: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.
2023-12-09T14:27:06.212Z [WARNING]: warning react-scripts > [email protected]: This loader has been deprecated. Please use eslint-webpack-plugin
2023-12-09T14:27:06.277Z [WARNING]: warning react-scripts > [email protected]: please switch to a stable version
2023-12-09T14:27:06.571Z [WARNING]: warning react-scripts > [email protected]: "Please update to latest v2.3 or v2.2"
2023-12-09T14:27:06.808Z [WARNING]: warning react-scripts > babel-preset-react-app > @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.
2023-12-09T14:27:06.835Z [WARNING]: warning react-scripts > babel-preset-react-app > @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead.
2023-12-09T14:27:06.836Z [WARNING]: warning react-scripts > babel-preset-react-app > @babel/preset-env > @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead.
2023-12-09T14:27:06.839Z [WARNING]: warning react-scripts > babel-preset-react-app > @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.
2023-12-09T14:27:06.840Z [WARNING]: warning react-scripts > babel-preset-react-app > @babel/preset-env > @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.
2023-12-09T14:27:07.244Z [WARNING]: warning react-scripts > babel-preset-react-app > @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.
2023-12-09T14:27:07.244Z [WARNING]: warning react-scripts > babel-preset-react-app > @babel/preset-env > @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.
2023-12-09T14:27:07.996Z [WARNING]: warning react-scripts > webpack-dev-server > [email protected]: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
2023-12-09T14:27:08.000Z [WARNING]: warning react-scripts > webpack-dev-server > chokidar > [email protected]: The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2
2023-12-09T14:27:08.362Z [WARNING]: warning react-scripts > babel-jest > @jest/transform > jest-haste-map > [email protected]: The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2
2023-12-09T14:27:09.024Z [WARNING]: warning react-scripts > babel-preset-react-app > @babel/preset-env > @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-json-strings instead.
2023-12-09T14:27:09.027Z [WARNING]: warning react-scripts > babel-preset-react-app > @babel/preset-env > @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead.
2023-12-09T14:27:09.029Z [WARNING]: warning react-scripts > babel-preset-react-app > @babel/preset-env > @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead.
2023-12-09T14:27:09.032Z [WARNING]: warning react-scripts > babel-preset-react-app > @babel/preset-env > @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-catch-binding instead.
2023-12-09T14:27:09.035Z [WARNING]: warning react-scripts > babel-preset-react-app > @babel/preset-env > @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.
2023-12-09T14:27:09.062Z [WARNING]: warning react-scripts > @svgr/webpack > @svgr/plugin-svgo > [email protected]: This SVGO version is no longer supported. Upgrade to v2.x.x.
2023-12-09T14:27:09.356Z [WARNING]: warning react-scripts > jest-environment-jsdom-fourteen > jsdom > [email protected]: Use your platform's native atob() and btoa() methods instead
2023-12-09T14:27:09.393Z [WARNING]: warning react-scripts > jest-environment-jsdom-fourteen > jsdom > [email protected]: Use your platform's native DOMException instead
2023-12-09T14:27:09.400Z [WARNING]: warning react-scripts > jest-environment-jsdom-fourteen > jsdom > data-urls > [email protected]: Use your platform's native atob() and btoa() methods instead
2023-12-09T14:27:09.425Z [WARNING]: warning react-scripts > jest-environment-jsdom-fourteen > jsdom > [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
2023-12-09T14:27:09.440Z [WARNING]: warning react-scripts > jest-environment-jsdom-fourteen > jsdom > [email protected]: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
2023-12-09T14:27:09.451Z [WARNING]: warning react-scripts > jest-environment-jsdom-fourteen > jsdom > w3c-xmlserializer > [email protected]: Use your platform's native DOMException instead
2023-12-09T14:27:09.710Z [WARNING]: warning react-scripts > babel-preset-react-app > @babel/preset-env > @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-unicode-property-regex instead.
                                    warning react-scripts > babel-preset-react-app > @babel/preset-env > @babel/preset-modules > @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-unicode-property-regex instead.
2023-12-09T14:27:09.769Z [WARNING]: warning react-scripts > jest-environment-jsdom-fourteen > jsdom > [email protected]: Use your platform's native performance.now() and performance.timeOrigin.
2023-12-09T14:27:10.362Z [WARNING]: warning react-scripts > webpack-dev-server > sockjs > [email protected]: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
2023-12-09T14:27:10.363Z [WARNING]: warning react-scripts > webpack-dev-server > webpack-log > [email protected]: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
                                    warning react-scripts > jest-environment-jsdom-fourteen > jsdom > request > [email protected]: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
2023-12-09T14:27:10.585Z [WARNING]: warning react-scripts > webpack > micromatch > snapdragon > [email protected]: See https://github.com/lydell/source-map-resolve#deprecated
2023-12-09T14:27:10.757Z [WARNING]: warning react-scripts > webpack > watchpack > watchpack-chokidar2 > [email protected]: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
2023-12-09T14:27:10.907Z [WARNING]: warning react-scripts > babel-jest > @jest/transform > jest-haste-map > [email protected]: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added
2023-12-09T14:27:11.267Z [WARNING]: warning react-scripts > @svgr/webpack > @svgr/plugin-svgo > svgo > [email protected]: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
2023-12-09T14:27:11.548Z [WARNING]: warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/[email protected]: Switch to 'npm install joi'
2023-12-09T14:27:11.643Z [WARNING]: warning react-scripts > jest-environment-jsdom-fourteen > jsdom > request > [email protected]: this library is no longer supported
2023-12-09T14:27:11.841Z [WARNING]: warning react-scripts > jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > [email protected]: Use your platform's native atob() and btoa() methods instead
2023-12-09T14:27:11.841Z [WARNING]: warning react-scripts > jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > [email protected]: Use your platform's native DOMException instead
                                    warning react-scripts > jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
                                    warning react-scripts > jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > [email protected]: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
                                    warning react-scripts > jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > [email protected]: Use your platform's native performance.now() and performance.timeOrigin.
2023-12-09T14:27:11.994Z [WARNING]: warning react-scripts > optimize-css-assets-webpack-plugin > cssnano > cssnano-preset-default > postcss-svgo > [email protected]: This SVGO version is no longer supported. Upgrade to v2.x.x.
2023-12-09T14:27:12.005Z [WARNING]: warning react-scripts > postcss-preset-env > postcss-color-gray > postcss-values-parser > [email protected]: flatten is deprecated in favor of utility frameworks such as lodash.
2023-12-09T14:27:12.957Z [WARNING]: warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi > @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
2023-12-09T14:27:12.965Z [WARNING]: warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi > @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
2023-12-09T14:27:12.966Z [WARNING]: warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi > @hapi/topo > @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
2023-12-09T14:27:13.082Z [WARNING]: warning react-scripts > jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > [email protected]: use String.prototype.padStart()
2023-12-09T14:27:13.352Z [WARNING]: warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi > @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
2023-12-09T14:27:13.373Z [WARNING]: warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi > @hapi/[email protected]: Moved to 'npm install @sideway/address'
2023-12-09T14:27:13.596Z [WARNING]: warning react-scripts > workbox-webpack-plugin > workbox-build > strip-comments > babel-plugin-transform-object-rest-spread > babel-runtime > [email protected]: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
2023-12-09T14:27:14.506Z [INFO]: [2/4] Fetching packages...
2023-12-09T14:27:30.051Z [INFO]: info [email protected]: The platform "linux" is incompatible with this module.
2023-12-09T14:27:30.053Z [INFO]: info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
2023-12-09T14:27:30.054Z [INFO]: info [email protected]: The platform "linux" is incompatible with this module.
                                 info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
                                 info [email protected]: The platform "linux" is incompatible with this module.
                                 info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
2023-12-09T14:27:30.061Z [INFO]: [3/4] Linking dependencies...
2023-12-09T14:27:30.063Z [WARNING]: warning " > @testing-library/[email protected]" has unmet peer dependency "@testing-library/dom@>=5".
2023-12-09T14:27:38.460Z [INFO]: [4/4] Building fresh packages...
2023-12-09T14:27:40.076Z [INFO]: success Saved lockfile.
2023-12-09T14:27:40.080Z [INFO]: Done in 36.71s.
2023-12-09T14:27:40.130Z [INFO]: # Completed phase: preBuild
                                 # Starting phase: build
                                 # Executing command: yarn run build
2023-12-09T14:27:40.268Z [INFO]: yarn run v1.22.0
2023-12-09T14:27:40.305Z [INFO]: $ react-scripts build
2023-12-09T14:27:41.415Z [INFO]: Creating an optimized production build...
2023-12-09T14:27:48.340Z [INFO]: Failed to compile.
2023-12-09T14:27:48.342Z [INFO]: /codebuild/output/src4222902358/src/aws-starter-react-for-github-actions/node_modules/@types/babel__traverse/index.d.ts
                                 TypeScript error in /codebuild/output/src4222902358/src/aws-starter-react-for-github-actions/node_modules/@types/babel__traverse/index.d.ts(314,13):
                                 Type expected.  TS1110
                                 312 |         // too complex for TS. So we type it as a general visitor only if the key contains `|`
                                 313 |         // this is good enough for non-visitor traverse options e.g. `noScope`
                                 > 314 |         [k: `${string}|${string}`]: VisitNode<S, Node>;
                                 |             ^
                                 315 |     };
                                 316 |
                                 317 | export type VisitNode<S, P extends Node> = VisitNodeFunction<S, P> | VisitNodeObject<S, P>;
2023-12-09T14:27:48.371Z [WARNING]: error Command failed with exit code 1.
2023-12-09T14:27:48.371Z [INFO]: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
2023-12-09T14:27:48.380Z [ERROR]: !!! Build failed
2023-12-09T14:27:48.380Z [ERROR]: !!! Non-Zero Exit Code detected
2023-12-09T14:27:48.380Z [INFO]: # Starting environment caching...
2023-12-09T14:27:48.381Z [INFO]: # Environment caching completed
Terminating logging...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.