khaziwallis / react-learning

sample application to learn react js for team

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-learning - The React/Typescript Stack project

Dependencies

Application requires Node v8.7 or above.

How to setup application?

Clone the react-learning repo with Git and either run either npm install or yarn install, depending on your preferred Node package manager.

Running Application

In the project directory, you can run yarn start or npm start to run your project in 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.

Running Unit Test Coverage

In the project directory, you can run yarn run test -- --coverage or npm run test -- --coverage to run unit test on your project.

Learn More

Because Arty is based on Create React App, all the documentation for that project is applicable. You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

To learn TypeScript, visit the TypeScript documentation.

About

sample application to learn react js for team


Languages

Language:TypeScript 62.5%Language:HTML 27.9%Language:CSS 6.7%Language:JavaScript 2.9%