This is Chingu-Dolphins-3's project creating a scoring app for 9ball using APA rules.
- React.js
- TypeScript
- CSS3
- GitHub
- npm
- create-react-app (react-scripts-ts version)
Once the project is finished, we will welcome pull requests from other contributors. Found an issue or want to add a feature? Please submit an issue.
Contributors |
---|
Will Hurley |
Prerequisite | Version |
---|---|
Node.js | ^8.9.2 |
npm (comes with Node) | ^6.4.1 |
create-react-app | ^1.3.0 |
Updating to the latest releases is recommended.
If you have already installed Node.js in your system, then run the following command to validate the versions.
node -v
npm -v
If your versions are lower than suggested, you should update to avoid any errors.
To install dependencies:
npm install
- public/index.html: the page template
- src/index.tsx: the TypeScript entry point, React is rendered into DOM here, Redux store is configured, and Redux is connected to React.
- src/components: All React components are defined here.
App.tsx
is the top-level component. - src/index.css: Global styles
Coming Soon
This repository's contributors are welcome to use Wallaby.js OSS License to get test results immediately as you type, and see the results in your editor right next to your code.